#BFE9EC

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

Shades of Onahau #BFE9EC

Tints of Onahau #BFE9EC

Color information

#BFE9EC (or 0xBFE9EC) is unknown color: approx Onahau. HEX triplet: BF, E9 and EC. RGB value is (191,233,236). Sum of RGB (Red+Green+Blue) = 191+233+236=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9EC is #401613. Grayscale: #DCDCDC. Windows color (decimal): -4199956 or 15526335. OLE color: 15526335.

HSL color Cylindrical-coordinate representation of color #BFE9EC: hue angle of 184º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE9EC is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191233236-
CMYK0.190.0100.07
HSL184º54.22%83.73%-
HSV(B)184º19.07%92.55%-
XYZ65.7775.4190.45-
YUV220.78136.59106.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 233 (91.41% from 255) = 35.30%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=28.94%
G=35.30%
B=35.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912332360.190.0100.0718454.2283.73
HexBFE9EC13107b83654
Octal2773513542310727066124
Binary1011111111101001111011001001110111101110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9EC; }

 p { color: rgb(191,233,236); }

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

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

 a { background-color: rgb(191,233,236); }

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

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

 span { border-color: rgb(191,233,236); }

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