#BDCCCC

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

Shades of Iron #BDCCCC

Tints of Iron #BDCCCC

Color information

#BDCCCC (or 0xBDCCCC) is unknown color: approx Iron. HEX triplet: BD, CC and CC. RGB value is (189,204,204). Sum of RGB (Red+Green+Blue) = 189+204+204=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #BDCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCCC is #423333. Grayscale: #C7C7C7. Windows color (decimal): -4338484 or 13421757. OLE color: 13421757.

HSL color Cylindrical-coordinate representation of color #BDCCCC: hue angle of 180º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCCC is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189204204-
CMYK0.07000.2
HSL180º12.82%77.06%-
HSV(B)180º7.35%80%-
XYZ53.4858.3665.57-
YUV199.52130.53120.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=31.66%
G=34.17%
B=34.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892042040.07000.218012.8277.06
HexBDCCCC70014b4d4d
Octal2753143147002426415115
Binary10111101110011001100110011100101001011010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCCC; }

 p { color: rgb(189,204,204); }

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

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

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

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

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

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

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