Html Css Color HEX #BE9FA6 Careys Pink

📋 copy color: '#BE9FA6'

red 190 ◦ green 159 ◦ blue 166

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

Shades of Careys Pink #BE9FA6

Tints of Careys Pink #BE9FA6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

 BLUE value IS 166 (65.23% from 255) = 32.23%

R = 36.89%
G = 30.87%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE9FA6 (or 0xBE9FA6) is known color: Careys Pink. HEX triplet: BE, 9F and A6. RGB value is (190,159,166). Sum of RGB (Red+Green+Blue) = 190+159+166=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9FA6 is #416059. Grayscale: #A9A9A9. Windows color (decimal): -4284506 or 10919870. OLE color: 10919870.

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

Color convert

RGB 190 159 166 -
CMYK 0 0.16 0.13 0.25
HSL 346.45º 0.19% 0.68% -
HSV(B) 346.45º 0.16% 0.75% -
XYZ 40.52 38.5 41.37 -
YUV 169.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 190 159 166 0 0.16 0.13 0.25 346.45 0.19 0.68
Hex BE 9F A6 0 10 D 19 15A 13 44
Octal 276 237 246 0 20 15 31 532 23 104
Binary 10111110 10011111 10100110 0 10000 1101 11001 101011010 10011 1000100

Color Harmonies of #BE9FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9FA6

Black with #BE9FA6

Text Example


Text Example

White with #BE9FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9FA6; }

 p { color: rgb(190,159,166); }

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

background-color css

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

 a { background-color: rgb(190,159,166); }

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

border-color css

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

 span { border-color: rgb(190,159,166); }

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