Html Css Color HEX #BECCC5 Tiara

📋 copy color: '#BECCC5'

red 190 ◦ green 204 ◦ blue 197

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

Shades of Tiara #BECCC5

Tints of Tiara #BECCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.33%

R = 32.15%
G = 34.52%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#BECCC5 (or 0xBECCC5) is known color: Tiara. HEX triplet: BE, CC and C5. RGB value is (190,204,197). Sum of RGB (Red+Green+Blue) = 190+204+197=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC5 is #41333A. Grayscale: #C7C7C7. Windows color (decimal): -4272955 or 12963006. OLE color: 12963006.

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

Color convert

RGB 190 204 197 -
CMYK 0.07 0 0.03 0.2
HSL 150º 0.12% 0.77% -
HSV(B) 150º 0.07% 0.8% -
XYZ 52.91 58.16 61.26 -
YUV 199.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 190 204 197 0.07 0 0.03 0.2 150 0.12 0.77
Hex BE CC C5 7 0 3 14 96 C 4D
Octal 276 314 305 7 0 3 24 226 14 115
Binary 10111110 11001100 11000101 111 0 11 10100 10010110 1100 1001101

Color Harmonies of #BECCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCC5

Black with #BECCC5

Text Example


Text Example

White with #BECCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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