Html Css Color HEX #BECCCD Iron

📋 copy color: '#BECCCD'

red 190 ◦ green 204 ◦ blue 205

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

Shades of Iron #BECCCD

Tints of Iron #BECCCD

RGB

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

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

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

R = 31.72%
G = 34.06%
B = 34.22%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BECCCD (or 0xBECCCD) is known color: Iron. HEX triplet: BE, CC and CD. RGB value is (190,204,205). Sum of RGB (Red+Green+Blue) = 190+204+205=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 205 - color contains mainly: blue. Hex color #BECCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCD is #413332. Grayscale: #C7C7C7. Windows color (decimal): -4272947 or 13487294. OLE color: 13487294.

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

Color convert

RGB 190 204 205 -
CMYK 0.07 0.00 0 0.20
HSL 184º 0.13% 0.77% -
HSV(B) 184º 0.07% 0.8% -
XYZ 53.85 58.54 66.22 -
YUV 199.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 190 204 205 0.07 0.00 0 0.20 184 0.13 0.77
Hex BE CC CD 7 0 0 14 B8 D 4D
Octal 276 314 315 7 0 0 24 270 15 115
Binary 10111110 11001100 11001101 111 0 0 10100 10111000 1101 1001101

Color Harmonies of #BECCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCCD

Black with #BECCCD

Text Example


Text Example

White with #BECCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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