#BFDDE0

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

Shades of Onahau #BFDDE0

Tints of Onahau #BFDDE0

Color information

#BFDDE0 (or 0xBFDDE0) is unknown color: approx Onahau. HEX triplet: BF, DD and E0. RGB value is (191,221,224). Sum of RGB (Red+Green+Blue) = 191+221+224=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDE0 is #40221F. Grayscale: #D4D4D4. Windows color (decimal): -4203040 or 14736831. OLE color: 14736831.

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

Color convert

RGB191221224-
CMYK0.150.0100.12
HSL185.45º34.74%81.37%-
HSV(B)185.45º14.73%87.84%-
XYZ60.868.1780.48-
YUV212.37134.56112.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=30.03%
G=34.75%
B=35.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912212240.150.0100.12185.4534.7481.37
HexBFDDE0F10Cb92351
Octal27733534017101427143121
Binary1011111111011101111000001111101100101110011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDE0; }

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

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

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

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

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

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

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

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