Html Css Color HEX #BEC8CA Iron

📋 copy color: '#BEC8CA'

red 190 ◦ green 200 ◦ blue 202

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

Shades of Iron #BEC8CA

Tints of Iron #BEC8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.78%

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 32.09%
G = 33.78%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEC8CA (or 0xBEC8CA) is known color: Iron. HEX triplet: BE, C8 and CA. RGB value is (190,200,202). Sum of RGB (Red+Green+Blue) = 190+200+202=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8CA is #413735. Grayscale: #C5C5C5. Windows color (decimal): -4273974 or 13289662. OLE color: 13289662.

HSL color Cylindrical-coordinate representation of color #BEC8CA: hue angle of 190º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC8CA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 200 202 -
CMYK 0.06 0.01 0 0.21
HSL 190º 0.1% 0.77% -
HSV(B) 190º 0.06% 0.79% -
XYZ 52.55 56.52 64.02 -
YUV 197.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 190 200 202 0.06 0.01 0 0.21 190 0.1 0.77
Hex BE C8 CA 6 1 0 15 BE A 4D
Octal 276 310 312 6 1 0 25 276 12 115
Binary 10111110 11001000 11001010 110 1 0 10101 10111110 1010 1001101

Color Harmonies of #BEC8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8CA

Black with #BEC8CA

Text Example


Text Example

White with #BEC8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8CA; }

 p { color: rgb(190,200,202); }

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

background-color css

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

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

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

border-color css

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

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

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