Html Css Color HEX #BDCCCB Iron

📋 copy color: '#BDCCCB'

red 189 ◦ green 204 ◦ blue 203

#BDCCCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #BDCCCB

Tints of Iron #BDCCCB

RGB

 RED value IS 189 (74.22% from 255) = 31.71%

 GREEN value IS 204 (80.08% from 255) = 34.23%

 BLUE value IS 203 (79.69% from 255) = 34.06%

R = 31.71%
G = 34.23%
B = 34.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#BDCCCB (or 0xBDCCCB) is known color: Iron. HEX triplet: BD, CC and CB. RGB value is (189,204,203). Sum of RGB (Red+Green+Blue) = 189+204+203=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCCB is #423334. Grayscale: #C7C7C7. Windows color (decimal): -4338485 or 13356221. OLE color: 13356221.

HSL color Cylindrical-coordinate representation of color #BDCCCB: hue angle of 176º 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 #BDCCCB is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 203 -
CMYK 0.07 0 0.00 0.2
HSL 176º 0.13% 0.77% -
HSV(B) 176º 0.07% 0.8% -
XYZ 53.36 58.32 64.94 -
YUV 199.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 189 204 203 0.07 0 0.00 0.2 176 0.13 0.77
Hex BD CC CB 7 0 0 14 B0 D 4D
Octal 275 314 313 7 0 0 24 260 15 115
Binary 10111101 11001100 11001011 111 0 0 10100 10110000 1101 1001101

Color Harmonies of #BDCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCCB

Black with #BDCCCB

Text Example


Text Example

White with #BDCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCCB; }

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

 H1.HeaderClassName
 {
   color: #BDCCCB;
 }
 .AnyTagClassName
 {
   color: #BDCCCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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