Html Css Color HEX #BCCCCD Iron

📋 copy color: '#BCCCCD'

red 188 ◦ green 204 ◦ blue 205

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

Shades of Iron #BCCCCD

Tints of Iron #BCCCCD

RGB

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

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

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

R = 31.49%
G = 34.17%
B = 34.34%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCCCCD (or 0xBCCCCD) is known color: Iron. HEX triplet: BC, CC and CD. RGB value is (188,204,205). Sum of RGB (Red+Green+Blue) = 188+204+205=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCCD is #433332. Grayscale: #C7C7C7. Windows color (decimal): -4404019 or 13487292. OLE color: 13487292.

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

Color convert

RGB 188 204 205 -
CMYK 0.08 0.00 0 0.20
HSL 183.53º 0.15% 0.77% -
HSV(B) 183.53º 0.08% 0.8% -
XYZ 53.35 58.28 66.2 -
YUV 199.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 188 204 205 0.08 0.00 0 0.20 183.53 0.15 0.77
Hex BC CC CD 8 0 0 14 B8 F 4D
Octal 274 314 315 10 0 0 24 270 17 115
Binary 10111100 11001100 11001101 1000 0 0 10100 10111000 1111 1001101

Color Harmonies of #BCCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCCD

Black with #BCCCCD

Text Example


Text Example

White with #BCCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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