Html Css Color HEX #BEA5A8 Careys Pink

📋 copy color: '#BEA5A8'

red 190 ◦ green 165 ◦ blue 168

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

Shades of Careys Pink #BEA5A8

Tints of Careys Pink #BEA5A8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 36.33%
G = 31.55%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEA5A8 (or 0xBEA5A8) is known color: Careys Pink. HEX triplet: BE, A5 and A8. RGB value is (190,165,168). Sum of RGB (Red+Green+Blue) = 190+165+168=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5A8 is #415A57. Grayscale: #ACACAC. Windows color (decimal): -4282968 or 11052478. OLE color: 11052478.

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

Color convert

RGB 190 165 168 -
CMYK 0 0.13 0.12 0.25
HSL 352.8º 0.16% 0.7% -
HSV(B) 352.8º 0.13% 0.75% -
XYZ 41.76 40.68 42.7 -
YUV 172.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 190 165 168 0 0.13 0.12 0.25 352.8 0.16 0.7
Hex BE A5 A8 0 D C 19 161 10 46
Octal 276 245 250 0 15 14 31 541 20 106
Binary 10111110 10100101 10101000 0 1101 1100 11001 101100001 10000 1000110

Color Harmonies of #BEA5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5A8

Black with #BEA5A8

Text Example


Text Example

White with #BEA5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5A8; }

 p { color: rgb(190,165,168); }

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

background-color css

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

 a { background-color: rgb(190,165,168); }

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

border-color css

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

 span { border-color: rgb(190,165,168); }

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