#BFE8EE

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

Shades of Onahau #BFE8EE

Tints of Onahau #BFE8EE

Color information

#BFE8EE (or 0xBFE8EE) is unknown color: approx Onahau. HEX triplet: BF, E8 and EE. RGB value is (191,232,238). Sum of RGB (Red+Green+Blue) = 191+232+238=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8EE is #401711. Grayscale: #DCDCDC. Windows color (decimal): -4200210 or 15657151. OLE color: 15657151.

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

Color convert

RGB191232238-
CMYK0.200.0300.07
HSL187.66º58.02%84.12%-
HSV(B)187.66º19.75%93.33%-
XYZ65.7874.9691.89-
YUV220.42137.92107.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.90%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=28.90%
G=35.10%
B=36.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912322380.200.0300.07187.6658.0284.12
HexBFE8EE14307bc3a54
Octal2773503562430727472124
Binary10111111111010001110111010100110111101111001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8EE; }

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

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

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

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

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

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

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

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