Html Css Color HEX #BCCDCD Iron

📋 copy color: '#BCCDCD'

red 188 ◦ green 205 ◦ blue 205

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

Shades of Iron #BCCDCD

Tints of Iron #BCCDCD

RGB

 RED value IS 188 (73.83% from 255) = 31.44%

 GREEN value IS 205 (80.47% from 255) = 34.28%

 BLUE value IS 205 (80.47% from 255) = 34.28%

R = 31.44%
G = 34.28%
B = 34.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCCDCD (or 0xBCCDCD) is known color: Iron. HEX triplet: BC, CD and CD. RGB value is (188,205,205). Sum of RGB (Red+Green+Blue) = 188+205+205=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BCCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDCD is #433232. Grayscale: #C7C7C7. Windows color (decimal): -4403763 or 13487548. OLE color: 13487548.

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

Color convert

RGB 188 205 205 -
CMYK 0.08 0 0 0.20
HSL 180º 0.15% 0.77% -
HSV(B) 180º 0.08% 0.8% -
XYZ 53.59 58.76 66.28 -
YUV 199.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 188 205 205 0.08 0 0 0.20 180 0.15 0.77
Hex BC CD CD 8 0 0 14 B4 F 4D
Octal 274 315 315 10 0 0 24 264 17 115
Binary 10111100 11001101 11001101 1000 0 0 10100 10110100 1111 1001101

Color Harmonies of #BCCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDCD

Black with #BCCDCD

Text Example


Text Example

White with #BCCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDCD; }

 p { color: rgb(188,205,205); }

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

background-color css

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

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

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

border-color css

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

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

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