#BFE8EF

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

Shades of Onahau #BFE8EF

Tints of Onahau #BFE8EF

Color information

#BFE8EF (or 0xBFE8EF) is unknown color: approx Onahau. HEX triplet: BF, E8 and EF. RGB value is (191,232,239). Sum of RGB (Red+Green+Blue) = 191+232+239=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8EF is #401710. Grayscale: #DCDCDC. Windows color (decimal): -4200209 or 15722687. OLE color: 15722687.

HSL color Cylindrical-coordinate representation of color #BFE8EF: hue angle of 188.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 #BFE8EF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191232239-
CMYK0.200.0300.06
HSL188.75º60%84.31%-
HSV(B)188.75º20.08%93.73%-
XYZ65.9275.0292.67-
YUV220.54138.42106.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.85%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 239 (93.75% from 255) = 36.10%
R=28.85%
G=35.05%
B=36.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912322390.200.0300.06188.756084.31
HexBFE8EF14306bd3c54
Octal2773503572430627574124
Binary10111111111010001110111110100110110101111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8EF; }

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

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

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

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

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

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

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

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