Html Css Color HEX #BE9B9C Careys Pink

📋 copy color: '#BE9B9C'

red 190 ◦ green 155 ◦ blue 156

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

Shades of Careys Pink #BE9B9C

Tints of Careys Pink #BE9B9C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

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

R = 37.92%
G = 30.94%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE9B9C (or 0xBE9B9C) is known color: Careys Pink. HEX triplet: BE, 9B and 9C. RGB value is (190,155,156). Sum of RGB (Red+Green+Blue) = 190+155+156=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B9C is #416463. Grayscale: #A5A5A5. Windows color (decimal): -4285540 or 10263486. OLE color: 10263486.

HSL color Cylindrical-coordinate representation of color #BE9B9C: hue angle of 358.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9B9C is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 155 156 -
CMYK 0 0.18 0.18 0.25
HSL 358.29º 0.21% 0.68% -
HSV(B) 358.29º 0.18% 0.75% -
XYZ 38.96 36.79 36.5 -
YUV 165.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 190 155 156 0 0.18 0.18 0.25 358.29 0.21 0.68
Hex BE 9B 9C 0 12 12 19 166 15 44
Octal 276 233 234 0 22 22 31 546 25 104
Binary 10111110 10011011 10011100 0 10010 10010 11001 101100110 10101 1000100

Color Harmonies of #BE9B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B9C

Black with #BE9B9C

Text Example


Text Example

White with #BE9B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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