#BFDBE8

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

Shades of Onahau #BFDBE8

Tints of Onahau #BFDBE8

Color information

#BFDBE8 (or 0xBFDBE8) is unknown color: approx Onahau. HEX triplet: BF, DB and E8. RGB value is (191,219,232). Sum of RGB (Red+Green+Blue) = 191+219+232=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBE8 is #402417. Grayscale: #D4D4D4. Windows color (decimal): -4203544 or 15260607. OLE color: 15260607.

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

Color convert

RGB191219232-
CMYK0.180.0600.09
HSL199.02º47.13%82.94%-
HSV(B)199.02º17.67%90.98%-
XYZ61.3867.5786.15-
YUV212.11139.22112.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 232 (91.02% from 255) = 36.14%
R=29.75%
G=34.11%
B=36.14%

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
Decimal1912192320.180.0600.09199.0247.1382.94
HexBFDBE812609c72f53
Octal27733335022601130757123
Binary1011111111011011111010001001011001001110001111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDBE8; }

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

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

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

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

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

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

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

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