Html Css Color HEX #BE9DA2 Careys Pink

📋 copy color: '#BE9DA2'

red 190 ◦ green 157 ◦ blue 162

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

Shades of Careys Pink #BE9DA2

Tints of Careys Pink #BE9DA2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

 BLUE value IS 162 (63.67% from 255) = 31.83%

R = 37.33%
G = 30.84%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE9DA2 (or 0xBE9DA2) is known color: Careys Pink. HEX triplet: BE, 9D and A2. RGB value is (190,157,162). Sum of RGB (Red+Green+Blue) = 190+157+162=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9DA2 is #41625D. Grayscale: #A7A7A7. Windows color (decimal): -4285022 or 10657214. OLE color: 10657214.

HSL color Cylindrical-coordinate representation of color #BE9DA2: hue angle of 350.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BE9DA2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 157 162 -
CMYK 0 0.17 0.15 0.25
HSL 350.91º 0.2% 0.68% -
HSV(B) 350.91º 0.17% 0.75% -
XYZ 39.81 37.67 39.36 -
YUV 167.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 190 157 162 0 0.17 0.15 0.25 350.91 0.2 0.68
Hex BE 9D A2 0 11 F 19 15F 14 44
Octal 276 235 242 0 21 17 31 537 24 104
Binary 10111110 10011101 10100010 0 10001 1111 11001 101011111 10100 1000100

Color Harmonies of #BE9DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9DA2

Black with #BE9DA2

Text Example


Text Example

White with #BE9DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9DA2; }

 p { color: rgb(190,157,162); }

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

background-color css

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

 a { background-color: rgb(190,157,162); }

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

border-color css

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

 span { border-color: rgb(190,157,162); }

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