Html Css Color HEX #BE9A9F Careys Pink

📋 copy color: '#BE9A9F'

red 190 ◦ green 154 ◦ blue 159

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

Shades of Careys Pink #BE9A9F

Tints of Careys Pink #BE9A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.61%

R = 37.77%
G = 30.62%
B = 31.61%

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

#BE9A9F (or 0xBE9A9F) is known color: Careys Pink. HEX triplet: BE, 9A and 9F. RGB value is (190,154,159). Sum of RGB (Red+Green+Blue) = 190+154+159=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A9F is #416560. Grayscale: #A5A5A5. Windows color (decimal): -4285793 or 10459838. OLE color: 10459838.

HSL color Cylindrical-coordinate representation of color #BE9A9F: hue angle of 351.67º 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 #BE9A9F is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 159 -
CMYK 0 0.19 0.16 0.25
HSL 351.67º 0.22% 0.67% -
HSV(B) 351.67º 0.19% 0.75% -
XYZ 39.05 36.56 37.8 -
YUV 165.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 190 154 159 0 0.19 0.16 0.25 351.67 0.22 0.67
Hex BE 9A 9F 0 13 10 19 160 16 43
Octal 276 232 237 0 23 20 31 540 26 103
Binary 10111110 10011010 10011111 0 10011 10000 11001 101100000 10110 1000011

Color Harmonies of #BE9A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A9F

Black with #BE9A9F

Text Example


Text Example

White with #BE9A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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