Html Css Color HEX #BE999C Careys Pink

📋 copy color: '#BE999C'

red 190 ◦ green 153 ◦ blue 156

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

Shades of Careys Pink #BE999C

Tints of Careys Pink #BE999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 38.08%
G = 30.66%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE999C (or 0xBE999C) is known color: Careys Pink. HEX triplet: BE, 99 and 9C. RGB value is (190,153,156). Sum of RGB (Red+Green+Blue) = 190+153+156=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE999C is #416663. Grayscale: #A4A4A4. Windows color (decimal): -4286052 or 10262974. OLE color: 10262974.

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

Color convert

RGB 190 153 156 -
CMYK 0 0.19 0.18 0.25
HSL 355.14º 0.22% 0.67% -
HSV(B) 355.14º 0.19% 0.75% -
XYZ 38.63 36.13 36.39 -
YUV 164.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 190 153 156 0 0.19 0.18 0.25 355.14 0.22 0.67
Hex BE 99 9C 0 13 12 19 163 16 43
Octal 276 231 234 0 23 22 31 543 26 103
Binary 10111110 10011001 10011100 0 10011 10010 11001 101100011 10110 1000011

Color Harmonies of #BE999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE999C

Black with #BE999C

Text Example


Text Example

White with #BE999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE999C; }

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

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

background-color css

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

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

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

border-color css

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

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

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