Html Css Color HEX #BE989D Careys Pink

📋 copy color: '#BE989D'

red 190 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #BE989D

Tints of Careys Pink #BE989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.46%

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 38.08%
G = 30.46%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE989D (or 0xBE989D) is known color: Careys Pink. HEX triplet: BE, 98 and 9D. RGB value is (190,152,157). Sum of RGB (Red+Green+Blue) = 190+152+157=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE989D is #416762. Grayscale: #A3A3A3. Windows color (decimal): -4286307 or 10328254. OLE color: 10328254.

HSL color Cylindrical-coordinate representation of color #BE989D: hue angle of 352.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE989D is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 152 157 -
CMYK 0 0.2 0.17 0.25
HSL 352.11º 0.23% 0.67% -
HSV(B) 352.11º 0.2% 0.75% -
XYZ 38.55 35.84 36.78 -
YUV 163.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 190 152 157 0 0.2 0.17 0.25 352.11 0.23 0.67
Hex BE 98 9D 0 14 11 19 160 17 43
Octal 276 230 235 0 24 21 31 540 27 103
Binary 10111110 10011000 10011101 0 10100 10001 11001 101100000 10111 1000011

Color Harmonies of #BE989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE989D

Black with #BE989D

Text Example


Text Example

White with #BE989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE989D; }

 p { color: rgb(190,152,157); }

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

background-color css

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

 a { background-color: rgb(190,152,157); }

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

border-color css

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

 span { border-color: rgb(190,152,157); }

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