Html Css Color HEX #BE9BA1 Careys Pink

📋 copy color: '#BE9BA1'

red 190 ◦ green 155 ◦ blue 161

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

Shades of Careys Pink #BE9BA1

Tints of Careys Pink #BE9BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.63%

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 37.55%
G = 30.63%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE9BA1 (or 0xBE9BA1) is known color: Careys Pink. HEX triplet: BE, 9B and A1. RGB value is (190,155,161). Sum of RGB (Red+Green+Blue) = 190+155+161=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9BA1 is #41645E. Grayscale: #A6A6A6. Windows color (decimal): -4285535 or 10591166. OLE color: 10591166.

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

Color convert

RGB 190 155 161 -
CMYK 0 0.18 0.15 0.25
HSL 349.71º 0.21% 0.68% -
HSV(B) 349.71º 0.18% 0.75% -
XYZ 39.39 36.96 38.78 -
YUV 166.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 190 155 161 0 0.18 0.15 0.25 349.71 0.21 0.68
Hex BE 9B A1 0 12 F 19 15E 15 44
Octal 276 233 241 0 22 17 31 536 25 104
Binary 10111110 10011011 10100001 0 10010 1111 11001 101011110 10101 1000100

Color Harmonies of #BE9BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BA1

Black with #BE9BA1

Text Example


Text Example

White with #BE9BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BA1; }

 p { color: rgb(190,155,161); }

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

background-color css

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

 a { background-color: rgb(190,155,161); }

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

border-color css

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

 span { border-color: rgb(190,155,161); }

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