#BFE4EE

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

Shades of Onahau #BFE4EE

Tints of Onahau #BFE4EE

Color information

#BFE4EE (or 0xBFE4EE) is unknown color: approx Onahau. HEX triplet: BF, E4 and EE. RGB value is (191,228,238). Sum of RGB (Red+Green+Blue) = 191+228+238=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4EE is #401B11. Grayscale: #DADADA. Windows color (decimal): -4201234 or 15656127. OLE color: 15656127.

HSL color Cylindrical-coordinate representation of color #BFE4EE: hue angle of 192.77º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE4EE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191228238-
CMYK0.200.0400.07
HSL192.77º58.02%84.12%-
HSV(B)192.77º19.75%93.33%-
XYZ64.6672.7491.52-
YUV218.08139.24108.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=29.07%
G=34.70%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912282380.200.0400.07192.7758.0284.12
HexBFE4EE14407c13a54
Octal2773443562440730172124
Binary101111111110010011101110101001000111110000011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4EE; }

 p { color: rgb(191,228,238); }

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

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

 a { background-color: rgb(191,228,238); }

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

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

 span { border-color: rgb(191,228,238); }

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