#BFE0E1

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

Shades of Onahau #BFE0E1

Tints of Onahau #BFE0E1

Color information

#BFE0E1 (or 0xBFE0E1) is unknown color: approx Onahau. HEX triplet: BF, E0 and E1. RGB value is (191,224,225). Sum of RGB (Red+Green+Blue) = 191+224+225=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0E1 is #401F1E. Grayscale: #D6D6D6. Windows color (decimal): -4202271 or 14803135. OLE color: 14803135.

HSL color Cylindrical-coordinate representation of color #BFE0E1: hue angle of 181.76º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0E1 is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191224225-
CMYK0.150.0000.12
HSL181.76º36.17%81.57%-
HSV(B)181.76º15.11%88.24%-
XYZ61.7369.8281.46-
YUV214.25134.07111.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=29.84%
G=35%
B=35.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912242250.150.0000.12181.7636.1781.57
HexBFE0E1F00Cb62452
Octal27734034117001426644122
Binary1011111111100000111000011111001100101101101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0E1; }

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

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

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

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

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

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

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

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