#BECAC4

Color #BECAC4 Tiara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiara #BECAC4

Tints of Tiara #BECAC4

Color information

#BECAC4 (or 0xBECAC4) is unknown color: approx 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

RGB190202196-
CMYK0.0600.030.21
HSL150º10.17%76.86%-
HSV(B)150º5.94%79.22%-
XYZ52.3257.1760.5-
YUV197.73127.02122.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 202 (79.30% 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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021960.0600.030.2115010.1776.86
HexBECAC46031596a4d
Octal2763123046032522612115
Binary101111101100101011000100110011101011001011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>