#BFDCE1

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

Shades of Onahau #BFDCE1

Tints of Onahau #BFDCE1

Color information

#BFDCE1 (or 0xBFDCE1) is unknown color: approx Onahau. HEX triplet: BF, DC and E1. RGB value is (191,220,225). Sum of RGB (Red+Green+Blue) = 191+220+225=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCE1 is #40231E. Grayscale: #D3D3D3. Windows color (decimal): -4203295 or 14802111. OLE color: 14802111.

HSL color Cylindrical-coordinate representation of color #BFDCE1: hue angle of 188.82º 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 #BFDCE1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191220225-
CMYK0.150.0200.12
HSL188.82º36.17%81.57%-
HSV(B)188.82º15.11%88.24%-
XYZ60.6767.781.1-
YUV211.9135.39113.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=30.03%
G=34.59%
B=35.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912202250.150.0200.12188.8236.1781.57
HexBFDCE1F20Cbd2452
Octal27733434117201427544122
Binary10111111110111001110000111111001100101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCE1; }

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

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

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

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

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

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

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

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