#BFDDE5

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

Shades of Onahau #BFDDE5

Tints of Onahau #BFDDE5

Color information

#BFDDE5 (or 0xBFDDE5) is unknown color: approx Onahau. HEX triplet: BF, DD and E5. RGB value is (191,221,229). Sum of RGB (Red+Green+Blue) = 191+221+229=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDE5 is #40221A. Grayscale: #D4D4D4. Windows color (decimal): -4203035 or 15064511. OLE color: 15064511.

HSL color Cylindrical-coordinate representation of color #BFDDE5: hue angle of 192.63º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDDE5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191221229-
CMYK0.170.0300.10
HSL192.63º42.22%82.35%-
HSV(B)192.63º16.59%89.8%-
XYZ61.4968.4584.1-
YUV212.94137.06112.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=29.80%
G=34.48%
B=35.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912212290.170.0300.10192.6342.2282.35
HexBFDDE51130Ac12a52
Octal27733534521301230152122
Binary101111111101110111100101100011101010110000011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDE5; }

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

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

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

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

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

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

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

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