Html Css Color HEX #BECAC4 Tiara

📋 copy color: '#BECAC4'

red 190 ◦ green 202 ◦ blue 196

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

Shades of Tiara #BECAC4

Tints of Tiara #BECAC4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.35%

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 32.31%
G = 34.35%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#BECAC4 (or 0xBECAC4) is known color: Tiara. HEX triplet: BE, CA and C4. RGB value is (190,202,196). Sum of RGB (Red+Green+Blue) = 190+202+196=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC4 is #41353B. Grayscale: #C5C5C5. Windows color (decimal): -4273468 or 12896958. OLE color: 12896958.

HSL color Cylindrical-coordinate representation of color #BECAC4: hue angle of 150º 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 #BECAC4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 196 -
CMYK 0.06 0 0.03 0.21
HSL 150º 0.1% 0.77% -
HSV(B) 150º 0.06% 0.79% -
XYZ 52.32 57.17 60.5 -
YUV 197.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 190 202 196 0.06 0 0.03 0.21 150 0.1 0.77
Hex BE CA C4 6 0 3 15 96 A 4D
Octal 276 312 304 6 0 3 25 226 12 115
Binary 10111110 11001010 11000100 110 0 11 10101 10010110 1010 1001101

Color Harmonies of #BECAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAC4

Black with #BECAC4

Text Example


Text Example

White with #BECAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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