#BFE9EE

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

Shades of Onahau #BFE9EE

Tints of Onahau #BFE9EE

Color information

#BFE9EE (or 0xBFE9EE) is unknown color: approx Onahau. HEX triplet: BF, E9 and EE. RGB value is (191,233,238). Sum of RGB (Red+Green+Blue) = 191+233+238=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9EE is #401611. Grayscale: #DCDCDC. Windows color (decimal): -4199954 or 15657407. OLE color: 15657407.

HSL color Cylindrical-coordinate representation of color #BFE9EE: hue angle of 186.38º 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 #BFE9EE is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191233238-
CMYK0.200.0200.07
HSL186.38º58.02%84.12%-
HSV(B)186.38º19.75%93.33%-
XYZ66.0675.5391.99-
YUV221.01137.59106.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.85%
GREEN value IS 233 (91.41% from 255) = 35.20%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=28.85%
G=35.20%
B=35.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912332380.200.0200.07186.3858.0284.12
HexBFE9EE14207ba3a54
Octal2773513562420727272124
Binary10111111111010011110111010100100111101110101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9EE; }

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

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

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

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

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

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

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

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