#BFDFDC

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

Shades of Jagged Ice #BFDFDC

Tints of Jagged Ice #BFDFDC

Color information

#BFDFDC (or 0xBFDFDC) is unknown color: approx Jagged Ice. HEX triplet: BF, DF and DC. RGB value is (191,223,220). Sum of RGB (Red+Green+Blue) = 191+223+220=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFDC is #402023. Grayscale: #D5D5D5. Windows color (decimal): -4202532 or 14475199. OLE color: 14475199.

HSL color Cylindrical-coordinate representation of color #BFDFDC: hue angle of 174.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFDC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB191223220-
CMYK0.1400.010.13
HSL174.38º33.33%81.18%-
HSV(B)174.38º14.35%87.45%-
XYZ60.7969.0277.83-
YUV213.09131.9112.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=30.13%
G=35.17%
B=34.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232200.1400.010.13174.3833.3381.18
HexBFDFDCE01Dae2151
Octal27733733416011525641121
Binary1011111111011111110111001110011101101011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFDC; }

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

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

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

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

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

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

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

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