#BFDCE5

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

Shades of Onahau #BFDCE5

Tints of Onahau #BFDCE5

Color information

#BFDCE5 (or 0xBFDCE5) is unknown color: approx Onahau. HEX triplet: BF, DC and E5. RGB value is (191,220,229). Sum of RGB (Red+Green+Blue) = 191+220+229=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCE5 is #40231A. Grayscale: #D4D4D4. Windows color (decimal): -4203291 or 15064255. OLE color: 15064255.

HSL color Cylindrical-coordinate representation of color #BFDCE5: hue angle of 194.21º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDCE5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191220229-
CMYK0.170.0400.10
HSL194.21º42.22%82.35%-
HSV(B)194.21º16.59%89.8%-
XYZ61.2267.9284.01-
YUV212.35137.39112.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=29.84%
G=34.38%
B=35.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912202290.170.0400.10194.2142.2282.35
HexBFDCE51140Ac22a52
Octal27733434521401230252122
Binary1011111111011100111001011000110001010110000101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCE5; }

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

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

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

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

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

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

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

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