#BFE0EA

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

Shades of Onahau #BFE0EA

Tints of Onahau #BFE0EA

Color information

#BFE0EA (or 0xBFE0EA) is unknown color: approx Onahau. HEX triplet: BF, E0 and EA. RGB value is (191,224,234). Sum of RGB (Red+Green+Blue) = 191+224+234=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0EA is #401F15. Grayscale: #D7D7D7. Windows color (decimal): -4202262 or 15392959. OLE color: 15392959.

HSL color Cylindrical-coordinate representation of color #BFE0EA: hue angle of 193.95º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE0EA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191224234-
CMYK0.180.0400.08
HSL193.95º50.59%83.33%-
HSV(B)193.95º18.38%91.76%-
XYZ62.9970.3388.1-
YUV215.27138.57110.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=29.43%
G=34.51%
B=36.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912242340.180.0400.08193.9550.5983.33
HexBFE0EA12408c23353
Octal27734035222401030263123
Binary1011111111100000111010101001010001000110000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0EA; }

 p { color: rgb(191,224,234); }

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

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

 a { background-color: rgb(191,224,234); }

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

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

 span { border-color: rgb(191,224,234); }

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