Html Css Color HEX #BE989E Careys Pink

📋 copy color: '#BE989E'

red 190 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #BE989E

Tints of Careys Pink #BE989E

RGB

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

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

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

R = 38%
G = 30.4%
B = 31.6%

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

#BE989E (or 0xBE989E) is known color: Careys Pink. HEX triplet: BE, 98 and 9E. RGB value is (190,152,158). Sum of RGB (Red+Green+Blue) = 190+152+158=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE989E is #416761. Grayscale: #A4A4A4. Windows color (decimal): -4286306 or 10393790. OLE color: 10393790.

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

Color convert

RGB 190 152 158 -
CMYK 0 0.2 0.17 0.25
HSL 350.53º 0.23% 0.67% -
HSV(B) 350.53º 0.2% 0.75% -
XYZ 38.64 35.87 37.24 -
YUV 164.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 190 152 158 0 0.2 0.17 0.25 350.53 0.23 0.67
Hex BE 98 9E 0 14 11 19 15F 17 43
Octal 276 230 236 0 24 21 31 537 27 103
Binary 10111110 10011000 10011110 0 10100 10001 11001 101011111 10111 1000011

Color Harmonies of #BE989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE989E

Black with #BE989E

Text Example


Text Example

White with #BE989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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