Html Css Color HEX #BCCDCC Iron

📋 copy color: '#BCCDCC'

red 188 ◦ green 205 ◦ blue 204

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

Shades of Iron #BCCDCC

Tints of Iron #BCCDCC

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 188 205 204 -
CMYK 0.08 0 0.00 0.20
HSL 176.47º 0.15% 0.77% -
HSV(B) 176.47º 0.08% 0.8% -
XYZ 53.47 58.71 65.64 -
YUV 199.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 188 205 204 0.08 0 0.00 0.20 176.47 0.15 0.77
Hex BC CD CC 8 0 0 14 B0 F 4D
Octal 274 315 314 10 0 0 24 260 17 115
Binary 10111100 11001101 11001100 1000 0 0 10100 10110000 1111 1001101

Color Harmonies of #BCCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDCC

Black with #BCCDCC

Text Example


Text Example

White with #BCCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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