Html Css Color HEX #BDCACC Iron

📋 copy color: '#BDCACC'

red 189 ◦ green 202 ◦ blue 204

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

Shades of Iron #BDCACC

Tints of Iron #BDCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.95%

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 31.76%
G = 33.95%
B = 34.29%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDCACC (or 0xBDCACC) is known color: Iron. HEX triplet: BD, CA and CC. RGB value is (189,202,204). Sum of RGB (Red+Green+Blue) = 189+202+204=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACC is #423533. Grayscale: #C6C6C6. Windows color (decimal): -4338996 or 13421245. OLE color: 13421245.

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

Color convert

RGB 189 202 204 -
CMYK 0.07 0.01 0 0.2
HSL 188º 0.13% 0.77% -
HSV(B) 188º 0.07% 0.8% -
XYZ 53.01 57.42 65.42 -
YUV 198.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 189 202 204 0.07 0.01 0 0.2 188 0.13 0.77
Hex BD CA CC 7 1 0 14 BC D 4D
Octal 275 312 314 7 1 0 24 274 15 115
Binary 10111101 11001010 11001100 111 1 0 10100 10111100 1101 1001101

Color Harmonies of #BDCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCACC

Black with #BDCACC

Text Example


Text Example

White with #BDCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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