Html Css Color HEX #BCCCD1 Iron

📋 copy color: '#BCCCD1'

red 188 ◦ green 204 ◦ blue 209

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

Shades of Iron #BCCCD1

Tints of Iron #BCCCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.78%

R = 31.28%
G = 33.94%
B = 34.78%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCCCD1 (or 0xBCCCD1) is known color: Iron. HEX triplet: BC, CC and D1. RGB value is (188,204,209). Sum of RGB (Red+Green+Blue) = 188+204+209=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD1 is #43332E. Grayscale: #C7C7C7. Windows color (decimal): -4404015 or 13749436. OLE color: 13749436.

HSL color Cylindrical-coordinate representation of color #BCCCD1: hue angle of 194.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCCD1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 204 209 -
CMYK 0.10 0.02 0 0.18
HSL 194.29º 0.19% 0.78% -
HSV(B) 194.29º 0.1% 0.82% -
XYZ 53.84 58.48 68.77 -
YUV 199.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 188 204 209 0.10 0.02 0 0.18 194.29 0.19 0.78
Hex BC CC D1 A 2 0 12 C2 13 4E
Octal 274 314 321 12 2 0 22 302 23 116
Binary 10111100 11001100 11010001 1010 10 0 10010 11000010 10011 1001110

Color Harmonies of #BCCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCD1

Black with #BCCCD1

Text Example


Text Example

White with #BCCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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