#BFDDE8

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

Shades of Onahau #BFDDE8

Tints of Onahau #BFDDE8

Color information

#BFDDE8 (or 0xBFDDE8) is unknown color: approx Onahau. HEX triplet: BF, DD and E8. RGB value is (191,221,232). Sum of RGB (Red+Green+Blue) = 191+221+232=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDE8 is #402217. Grayscale: #D5D5D5. Windows color (decimal): -4203032 or 15261119. OLE color: 15261119.

HSL color Cylindrical-coordinate representation of color #BFDDE8: hue angle of 196.1º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDDE8 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191221232-
CMYK0.180.0500.09
HSL196.1º47.13%82.94%-
HSV(B)196.1º17.67%90.98%-
XYZ61.9168.6286.33-
YUV213.28138.56112.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=29.66%
G=34.32%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912212320.180.0500.09196.147.1382.94
HexBFDDE812509c42f53
Octal27733535022501130457123
Binary1011111111011101111010001001010101001110001001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDE8; }

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

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

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

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

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

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

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

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