#BFDDE3

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

Shades of Onahau #BFDDE3

Tints of Onahau #BFDDE3

Color information

#BFDDE3 (or 0xBFDDE3) is unknown color: approx Onahau. HEX triplet: BF, DD and E3. RGB value is (191,221,227). Sum of RGB (Red+Green+Blue) = 191+221+227=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDE3 is #40221C. Grayscale: #D4D4D4. Windows color (decimal): -4203037 or 14933439. OLE color: 14933439.

HSL color Cylindrical-coordinate representation of color #BFDDE3: hue angle of 190º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDDE3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191221227-
CMYK0.160.0300.11
HSL190º39.13%81.96%-
HSV(B)190º15.86%89.02%-
XYZ61.2168.3482.64-
YUV212.71136.06112.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 227 (89.06% from 255) = 35.52%
R=29.89%
G=34.59%
B=35.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912212270.160.0300.1119039.1381.96
HexBFDDE31030Bbe2752
Octal27733534320301327647122
Binary101111111101110111100011100001101011101111101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDE3; }

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

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

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

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

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

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

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

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