#BFE0EF

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

Shades of Onahau #BFE0EF

Tints of Onahau #BFE0EF

Color information

#BFE0EF (or 0xBFE0EF) is unknown color: approx Onahau. HEX triplet: BF, E0 and EF. RGB value is (191,224,239). Sum of RGB (Red+Green+Blue) = 191+224+239=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0EF is #401F10. Grayscale: #D7D7D7. Windows color (decimal): -4202257 or 15720639. OLE color: 15720639.

HSL color Cylindrical-coordinate representation of color #BFE0EF: hue angle of 198.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE0EF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191224239-
CMYK0.200.0600.06
HSL198.75º60%84.31%-
HSV(B)198.75º20.08%93.73%-
XYZ63.7270.6291.93-
YUV215.84141.07110.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=29.20%
G=34.25%
B=36.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912242390.200.0600.06198.756084.31
HexBFE0EF14606c73c54
Octal2773403572460630774124
Binary101111111110000011101111101001100110110001111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0EF; }

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

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

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

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

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

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

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

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