#BFDCE9

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

Shades of Onahau #BFDCE9

Tints of Onahau #BFDCE9

Color information

#BFDCE9 (or 0xBFDCE9) is unknown color: approx Onahau. HEX triplet: BF, DC and E9. RGB value is (191,220,233). Sum of RGB (Red+Green+Blue) = 191+220+233=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCE9 is #402316. Grayscale: #D4D4D4. Windows color (decimal): -4203287 or 15326399. OLE color: 15326399.

HSL color Cylindrical-coordinate representation of color #BFDCE9: hue angle of 198.57º degrees, saturation: 0.49, 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 #BFDCE9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191220233-
CMYK0.180.0600.09
HSL198.57º48.84%83.14%-
HSV(B)198.57º18.03%91.37%-
XYZ61.7968.1586.99-
YUV212.81139.39112.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=29.66%
G=34.16%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912202330.180.0600.09198.5748.8483.14
HexBFDCE912609c73153
Octal27733435122601130761123
Binary1011111111011100111010011001011001001110001111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCE9; }

 p { color: rgb(191,220,233); }

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

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

 a { background-color: rgb(191,220,233); }

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

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

 span { border-color: rgb(191,220,233); }

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