Html Css Color HEX #BC9799 Careys Pink

📋 copy color: '#BC9799'

red 188 ◦ green 151 ◦ blue 153

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

Shades of Careys Pink #BC9799

Tints of Careys Pink #BC9799

RGB

 RED value IS 188 (73.83% from 255) = 38.21%

 GREEN value IS 151 (59.38% from 255) = 30.69%

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 38.21%
G = 30.69%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC9799 (or 0xBC9799) is known color: Careys Pink. HEX triplet: BC, 97 and 99. RGB value is (188,151,153). Sum of RGB (Red+Green+Blue) = 188+151+153=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9799 is #436866. Grayscale: #A2A2A2. Windows color (decimal): -4417639 or 10065852. OLE color: 10065852.

HSL color Cylindrical-coordinate representation of color #BC9799: hue angle of 356.76º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9799 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 153 -
CMYK 0 0.20 0.19 0.26
HSL 356.76º 0.22% 0.66% -
HSV(B) 356.76º 0.2% 0.74% -
XYZ 37.56 35.12 34.94 -
YUV 162.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 188 151 153 0 0.20 0.19 0.26 356.76 0.22 0.66
Hex BC 97 99 0 14 13 1A 165 16 42
Octal 274 227 231 0 24 23 32 545 26 102
Binary 10111100 10010111 10011001 0 10100 10011 11010 101100101 10110 1000010

Color Harmonies of #BC9799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9799

Black with #BC9799

Text Example


Text Example

White with #BC9799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9799; }

 p { color: rgb(188,151,153); }

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

background-color css

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

 a { background-color: rgb(188,151,153); }

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

border-color css

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

 span { border-color: rgb(188,151,153); }

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