#BFECEE

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

Shades of Onahau #BFECEE

Tints of Onahau #BFECEE

Color information

#BFECEE (or 0xBFECEE) is unknown color: approx Onahau. HEX triplet: BF, EC and EE. RGB value is (191,236,238). Sum of RGB (Red+Green+Blue) = 191+236+238=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECEE is #401311. Grayscale: #DEDEDE. Windows color (decimal): -4199186 or 15658175. OLE color: 15658175.

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

Color convert

RGB191236238-
CMYK0.200.0100.07
HSL182.55º58.02%84.12%-
HSV(B)182.55º19.75%93.33%-
XYZ66.9177.2492.27-
YUV222.77136.59105.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=28.72%
G=35.49%
B=35.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912362380.200.0100.07182.5558.0284.12
HexBFECEE14107b73a54
Octal2773543562410726772124
Binary1011111111101100111011101010010111101101111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECEE; }

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

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

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

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

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

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

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

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