Html Css Color HEX #BECCCB Iron

📋 copy color: '#BECCCB'

red 190 ◦ green 204 ◦ blue 203

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

Shades of Iron #BECCCB

Tints of Iron #BECCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34%

R = 31.83%
G = 34.17%
B = 34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#BECCCB (or 0xBECCCB) is known color: Iron. HEX triplet: BE, CC and CB. RGB value is (190,204,203). Sum of RGB (Red+Green+Blue) = 190+204+203=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCB is #413334. Grayscale: #C7C7C7. Windows color (decimal): -4272949 or 13356222. OLE color: 13356222.

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

Color convert

RGB 190 204 203 -
CMYK 0.07 0 0.00 0.2
HSL 175.71º 0.12% 0.77% -
HSV(B) 175.71º 0.07% 0.8% -
XYZ 53.61 58.44 64.96 -
YUV 199.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 190 204 203 0.07 0 0.00 0.2 175.71 0.12 0.77
Hex BE CC CB 7 0 0 14 B0 C 4D
Octal 276 314 313 7 0 0 24 260 14 115
Binary 10111110 11001100 11001011 111 0 0 10100 10110000 1100 1001101

Color Harmonies of #BECCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCCB

Black with #BECCCB

Text Example


Text Example

White with #BECCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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