Html Css Color HEX #BECDCD Iron

📋 copy color: '#BECDCD'

red 190 ◦ green 205 ◦ blue 205

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

Shades of Iron #BECDCD

Tints of Iron #BECDCD

RGB

 RED value IS 190 (74.61% from 255) = 31.67%

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

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

R = 31.67%
G = 34.17%
B = 34.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BECDCD (or 0xBECDCD) is known color: Iron. HEX triplet: BE, CD and CD. RGB value is (190,205,205). Sum of RGB (Red+Green+Blue) = 190+205+205=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BECDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDCD is #413232. Grayscale: #C8C8C8. Windows color (decimal): -4272691 or 13487550. OLE color: 13487550.

HSL color Cylindrical-coordinate representation of color #BECDCD: hue angle of 180º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECDCD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 205 -
CMYK 0.07 0 0 0.20
HSL 180º 0.13% 0.77% -
HSV(B) 180º 0.07% 0.8% -
XYZ 54.09 59.02 66.3 -
YUV 200.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 190 205 205 0.07 0 0 0.20 180 0.13 0.77
Hex BE CD CD 7 0 0 14 B4 D 4D
Octal 276 315 315 7 0 0 24 264 15 115
Binary 10111110 11001101 11001101 111 0 0 10100 10110100 1101 1001101

Color Harmonies of #BECDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDCD

Black with #BECDCD

Text Example


Text Example

White with #BECDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDCD; }

 p { color: rgb(190,205,205); }

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

background-color css

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

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

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

border-color css

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

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

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