Html Css Color HEX #BEC5C2 Tiara

📋 copy color: '#BEC5C2'

red 190 ◦ green 197 ◦ blue 194

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

Shades of Tiara #BEC5C2

Tints of Tiara #BEC5C2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.91%

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 32.7%
G = 33.91%
B = 33.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#BEC5C2 (or 0xBEC5C2) is known color: Tiara. HEX triplet: BE, C5 and C2. RGB value is (190,197,194). Sum of RGB (Red+Green+Blue) = 190+197+194=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5C2 is #413A3D. Grayscale: #C2C2C2. Windows color (decimal): -4274750 or 12764606. OLE color: 12764606.

HSL color Cylindrical-coordinate representation of color #BEC5C2: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC5C2 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 194 -
CMYK 0.04 0 0.02 0.23
HSL 154.29º 0.06% 0.76% -
HSV(B) 154.29º 0.04% 0.77% -
XYZ 50.94 54.77 58.93 -
YUV 194.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 190 197 194 0.04 0 0.02 0.23 154.29 0.06 0.76
Hex BE C5 C2 4 0 2 17 9A 6 4C
Octal 276 305 302 4 0 2 27 232 6 114
Binary 10111110 11000101 11000010 100 0 10 10111 10011010 110 1001100

Color Harmonies of #BEC5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5C2

Black with #BEC5C2

Text Example


Text Example

White with #BEC5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5C2; }

 p { color: rgb(190,197,194); }

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

background-color css

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

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

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

border-color css

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

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

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