#BFDCE0

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

Shades of Onahau #BFDCE0

Tints of Onahau #BFDCE0

Color information

#BFDCE0 (or 0xBFDCE0) is unknown color: approx Onahau. HEX triplet: BF, DC and E0. RGB value is (191,220,224). Sum of RGB (Red+Green+Blue) = 191+220+224=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCE0 is #40231F. Grayscale: #D3D3D3. Windows color (decimal): -4203296 or 14736575. OLE color: 14736575.

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

Color convert

RGB191220224-
CMYK0.150.0200.12
HSL187.27º34.74%81.37%-
HSV(B)187.27º14.73%87.84%-
XYZ60.5367.6480.39-
YUV211.78134.89113.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=30.08%
G=34.65%
B=35.28%

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
Decimal1912202240.150.0200.12187.2734.7481.37
HexBFDCE0F20Cbb2351
Octal27733434017201427343121
Binary10111111110111001110000011111001100101110111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCE0; }

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

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

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

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

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

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

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

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