Html Css Color HEX #BE9AA0 Careys Pink

📋 copy color: '#BE9AA0'

red 190 ◦ green 154 ◦ blue 160

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

Shades of Careys Pink #BE9AA0

Tints of Careys Pink #BE9AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 37.7%
G = 30.56%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE9AA0 (or 0xBE9AA0) is known color: Careys Pink. HEX triplet: BE, 9A and A0. RGB value is (190,154,160). Sum of RGB (Red+Green+Blue) = 190+154+160=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AA0 is #41655F. Grayscale: #A5A5A5. Windows color (decimal): -4285792 or 10525374. OLE color: 10525374.

HSL color Cylindrical-coordinate representation of color #BE9AA0: hue angle of 350º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE9AA0 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 160 -
CMYK 0 0.19 0.16 0.25
HSL 350º 0.22% 0.67% -
HSV(B) 350º 0.19% 0.75% -
XYZ 39.14 36.6 38.26 -
YUV 165.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 190 154 160 0 0.19 0.16 0.25 350 0.22 0.67
Hex BE 9A A0 0 13 10 19 15E 16 43
Octal 276 232 240 0 23 20 31 536 26 103
Binary 10111110 10011010 10100000 0 10011 10000 11001 101011110 10110 1000011

Color Harmonies of #BE9AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9AA0

Black with #BE9AA0

Text Example


Text Example

White with #BE9AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9AA0; }

 p { color: rgb(190,154,160); }

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

background-color css

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

 a { background-color: rgb(190,154,160); }

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

border-color css

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

 span { border-color: rgb(190,154,160); }

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