Html Css Color HEX #BDC9CA Iron

📋 copy color: '#BDC9CA'

red 189 ◦ green 201 ◦ blue 202

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

Shades of Iron #BDC9CA

Tints of Iron #BDC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.95%

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 31.93%
G = 33.95%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDC9CA (or 0xBDC9CA) is known color: Iron. HEX triplet: BD, C9 and CA. RGB value is (189,201,202). Sum of RGB (Red+Green+Blue) = 189+201+202=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CA is #423635. Grayscale: #C5C5C5. Windows color (decimal): -4339254 or 13289917. OLE color: 13289917.

HSL color Cylindrical-coordinate representation of color #BDC9CA: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC9CA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 202 -
CMYK 0.06 0.00 0 0.21
HSL 184.62º 0.11% 0.77% -
HSV(B) 184.62º 0.06% 0.79% -
XYZ 52.53 56.86 64.08 -
YUV 197.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 189 201 202 0.06 0.00 0 0.21 184.62 0.11 0.77
Hex BD C9 CA 6 0 0 15 B9 B 4D
Octal 275 311 312 6 0 0 25 271 13 115
Binary 10111101 11001001 11001010 110 0 0 10101 10111001 1011 1001101

Color Harmonies of #BDC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9CA

Black with #BDC9CA

Text Example


Text Example

White with #BDC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9CA; }

 p { color: rgb(189,201,202); }

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

background-color css

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

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

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

border-color css

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

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

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