Html Css Color HEX #BE999E Careys Pink

📋 copy color: '#BE999E'

red 190 ◦ green 153 ◦ blue 158

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

Shades of Careys Pink #BE999E

Tints of Careys Pink #BE999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 37.92%
G = 30.54%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE999E (or 0xBE999E) is known color: Careys Pink. HEX triplet: BE, 99 and 9E. RGB value is (190,153,158). Sum of RGB (Red+Green+Blue) = 190+153+158=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE999E is #416661. Grayscale: #A4A4A4. Windows color (decimal): -4286050 or 10394046. OLE color: 10394046.

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

Color convert

RGB 190 153 158 -
CMYK 0 0.19 0.17 0.25
HSL 351.89º 0.22% 0.67% -
HSV(B) 351.89º 0.19% 0.75% -
XYZ 38.8 36.2 37.29 -
YUV 164.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 190 153 158 0 0.19 0.17 0.25 351.89 0.22 0.67
Hex BE 99 9E 0 13 11 19 160 16 43
Octal 276 231 236 0 23 21 31 540 26 103
Binary 10111110 10011001 10011110 0 10011 10001 11001 101100000 10110 1000011

Color Harmonies of #BE999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE999E

Black with #BE999E

Text Example


Text Example

White with #BE999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE999E; }

 p { color: rgb(190,153,158); }

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

background-color css

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

 a { background-color: rgb(190,153,158); }

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

border-color css

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

 span { border-color: rgb(190,153,158); }

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