#BFDBE1

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

Shades of Onahau #BFDBE1

Tints of Onahau #BFDBE1

Color information

#BFDBE1 (or 0xBFDBE1) is unknown color: approx Onahau. HEX triplet: BF, DB and E1. RGB value is (191,219,225). Sum of RGB (Red+Green+Blue) = 191+219+225=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBE1 is #40241E. Grayscale: #D3D3D3. Windows color (decimal): -4203551 or 14801855. OLE color: 14801855.

HSL color Cylindrical-coordinate representation of color #BFDBE1: hue angle of 190.59º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDBE1 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191219225-
CMYK0.150.0300.12
HSL190.59º36.17%81.57%-
HSV(B)190.59º15.11%88.24%-
XYZ60.4167.1881.02-
YUV211.31135.72113.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=30.08%
G=34.49%
B=35.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912192250.150.0300.12190.5936.1781.57
HexBFDBE1F30Cbf2452
Octal27733334117301427744122
Binary10111111110110111110000111111101100101111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDBE1; }

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

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

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

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

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

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

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

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