#BCCCD1

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

Shades of Iron #BCCCD1

Tints of Iron #BCCCD1

Color information

#BCCCD1 (or 0xBCCCD1) is unknown color: approx Iron. HEX triplet: BC, CC and D1. RGB value is (188,204,209). Sum of RGB (Red+Green+Blue) = 188+204+209=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD1 is #43332E. Grayscale: #C7C7C7. Windows color (decimal): -4404015 or 13749436. OLE color: 13749436.

HSL color Cylindrical-coordinate representation of color #BCCCD1: hue angle of 194.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCCD1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188204209-
CMYK0.100.0200.18
HSL194.29º18.58%77.84%-
HSV(B)194.29º10.05%81.96%-
XYZ53.8458.4868.77-
YUV199.79133.2119.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=31.28%
G=33.94%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882042090.100.0200.18194.2918.5877.84
HexBCCCD1A2012c2134e
Octal27431432112202230223116
Binary10111100110011001101000110101001001011000010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCD1; }

 p { color: rgb(188,204,209); }

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

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

 a { background-color: rgb(188,204,209); }

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

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

 span { border-color: rgb(188,204,209); }

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