#BFDEE7

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

Shades of Onahau #BFDEE7

Tints of Onahau #BFDEE7

Color information

#BFDEE7 (or 0xBFDEE7) is unknown color: approx Onahau. HEX triplet: BF, DE and E7. RGB value is (191,222,231). Sum of RGB (Red+Green+Blue) = 191+222+231=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEE7 is #402118. Grayscale: #D5D5D5. Windows color (decimal): -4202777 or 15195839. OLE color: 15195839.

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

Color convert

RGB191222231-
CMYK0.170.0400.09
HSL193.5º45.45%82.75%-
HSV(B)193.5º17.32%90.59%-
XYZ62.0369.0985.67-
YUV213.76137.73111.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=29.66%
G=34.47%
B=35.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912222310.170.0400.09193.545.4582.75
HexBFDEE711409c22d53
Octal27733634721401130255123
Binary1011111111011110111001111000110001001110000101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEE7; }

 p { color: rgb(191,222,231); }

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

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

 a { background-color: rgb(191,222,231); }

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

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

 span { border-color: rgb(191,222,231); }

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