#BFE0EE

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

Shades of Onahau #BFE0EE

Tints of Onahau #BFE0EE

Color information

#BFE0EE (or 0xBFE0EE) is unknown color: approx Onahau. HEX triplet: BF, E0 and EE. RGB value is (191,224,238). Sum of RGB (Red+Green+Blue) = 191+224+238=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0EE is #401F11. Grayscale: #D7D7D7. Windows color (decimal): -4202258 or 15655103. OLE color: 15655103.

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

Color convert

RGB191224238-
CMYK0.200.0600.07
HSL197.87º58.02%84.12%-
HSV(B)197.87º19.75%93.33%-
XYZ63.5770.5691.16-
YUV215.73140.57110.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.25%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=29.25%
G=34.30%
B=36.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912242380.200.0600.07197.8758.0284.12
HexBFE0EE14607c63a54
Octal2773403562460730672124
Binary101111111110000011101110101001100111110001101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0EE; }

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

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

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

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

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

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

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

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