Html Css Color HEX #BCCED3 Iron

📋 copy color: '#BCCED3'

red 188 ◦ green 206 ◦ blue 211

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

Shades of Iron #BCCED3

Tints of Iron #BCCED3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.05%

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 31.07%
G = 34.05%
B = 34.88%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCCED3 (or 0xBCCED3) is known color: Iron. HEX triplet: BC, CE and D3. RGB value is (188,206,211). Sum of RGB (Red+Green+Blue) = 188+206+211=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCCED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED3 is #43312C. Grayscale: #C9C9C9. Windows color (decimal): -4403501 or 13881020. OLE color: 13881020.

HSL color Cylindrical-coordinate representation of color #BCCED3: hue angle of 193.04º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCED3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 206 211 -
CMYK 0.11 0.02 0 0.17
HSL 193.04º 0.21% 0.78% -
HSV(B) 193.04º 0.11% 0.83% -
XYZ 54.57 59.54 70.24 -
YUV 201.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 188 206 211 0.11 0.02 0 0.17 193.04 0.21 0.78
Hex BC CE D3 B 2 0 11 C1 15 4E
Octal 274 316 323 13 2 0 21 301 25 116
Binary 10111100 11001110 11010011 1011 10 0 10001 11000001 10101 1001110

Color Harmonies of #BCCED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCED3

Black with #BCCED3

Text Example


Text Example

White with #BCCED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCED3; }

 p { color: rgb(188,206,211); }

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

background-color css

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

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

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

border-color css

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

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

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