Html Css Color HEX #BCCCD0 Iron

📋 copy color: '#BCCCD0'

red 188 ◦ green 204 ◦ blue 208

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

Shades of Iron #BCCCD0

Tints of Iron #BCCCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.67%

R = 31.33%
G = 34%
B = 34.67%

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

#BCCCD0 (or 0xBCCCD0) is known color: Iron. HEX triplet: BC, CC and D0. RGB value is (188,204,208). Sum of RGB (Red+Green+Blue) = 188+204+208=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD0 is #43332F. Grayscale: #C7C7C7. Windows color (decimal): -4404016 or 13683900. OLE color: 13683900.

HSL color Cylindrical-coordinate representation of color #BCCCD0: hue angle of 192º degrees, saturation: 0.18, 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 #BCCCD0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 204 208 -
CMYK 0.10 0.02 0 0.18
HSL 192º 0.18% 0.78% -
HSV(B) 192º 0.1% 0.82% -
XYZ 53.72 58.43 68.12 -
YUV 199.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 188 204 208 0.10 0.02 0 0.18 192 0.18 0.78
Hex BC CC D0 A 2 0 12 C0 12 4E
Octal 274 314 320 12 2 0 22 300 22 116
Binary 10111100 11001100 11010000 1010 10 0 10010 11000000 10010 1001110

Color Harmonies of #BCCCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCD0

Black with #BCCCD0

Text Example


Text Example

White with #BCCCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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