#BEEEFA

Color #BEEEFA Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BEEEFA

Tints of Onahau #BEEEFA

Color information

#BEEEFA (or 0xBEEEFA) is unknown color: approx Onahau. HEX triplet: BE, EE and FA. RGB value is (190,238,250). Sum of RGB (Red+Green+Blue) = 190+238+250=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEFA is #411105. Grayscale: #E0E0E0. Windows color (decimal): -4264198 or 16445118. OLE color: 16445118.

HSL color Cylindrical-coordinate representation of color #BEEEFA: hue angle of 192º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEEFA is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190238250-
CMYK0.240.0500.02
HSL192º85.71%86.27%-
HSV(B)192º24%98.04%-
XYZ69.0779102.05-
YUV225.02142.1103.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 28.02%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=28.02%
G=35.10%
B=36.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902382500.240.0500.0219285.7186.27
HexBEEEFA18502c05656
Octal27635637230502300126126
Binary101111101110111011111010110001010101100000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEFA; }

 p { color: rgb(190,238,250); }

 H1.HeaderClassName
 {
   color: #BEEEFA;
 }
 .AnyTagClassName
 {
   color: #BEEEFA;
 }
</style>
background-color css

<style>
 a { background-color: #BEEEFA; }

 a { background-color: rgb(190,238,250); }

 div.DivClassName
 {
   background-color: #BEEEFA;
 }
 .BgClassName
 {
   background-color: #BEEEFA;
 }
</style>
border-color css

<style>
 span { border-color: #BEEEFA; }

 span { border-color: rgb(190,238,250); }

 td.TdClassName
 {
   border-color: #BEEEFA;
 }
 .TagClassName
 {
   border-color: #BEEEFA;
 }
</style>