Html Css Color HEX #BE9CA0 Careys Pink

📋 copy color: '#BE9CA0'

red 190 ◦ green 156 ◦ blue 160

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

Shades of Careys Pink #BE9CA0

Tints of Careys Pink #BE9CA0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 37.55%
G = 30.83%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE9CA0 (or 0xBE9CA0) is known color: Careys Pink. HEX triplet: BE, 9C and A0. RGB value is (190,156,160). Sum of RGB (Red+Green+Blue) = 190+156+160=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9CA0 is #41635F. Grayscale: #A6A6A6. Windows color (decimal): -4285280 or 10525886. OLE color: 10525886.

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

Color convert

RGB 190 156 160 -
CMYK 0 0.18 0.16 0.25
HSL 352.94º 0.21% 0.68% -
HSV(B) 352.94º 0.18% 0.75% -
XYZ 39.47 37.26 38.37 -
YUV 166.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 190 156 160 0 0.18 0.16 0.25 352.94 0.21 0.68
Hex BE 9C A0 0 12 10 19 161 15 44
Octal 276 234 240 0 22 20 31 541 25 104
Binary 10111110 10011100 10100000 0 10010 10000 11001 101100001 10101 1000100

Color Harmonies of #BE9CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9CA0

Black with #BE9CA0

Text Example


Text Example

White with #BE9CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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