Html Css Color HEX #BC9899 Careys Pink

📋 copy color: '#BC9899'

red 188 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #BC9899

Tints of Careys Pink #BC9899

RGB

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

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

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

R = 38.13%
G = 30.83%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC9899 (or 0xBC9899) is known color: Careys Pink. HEX triplet: BC, 98 and 99. RGB value is (188,152,153). Sum of RGB (Red+Green+Blue) = 188+152+153=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9899 is #436766. Grayscale: #A2A2A2. Windows color (decimal): -4417383 or 10066108. OLE color: 10066108.

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

Color convert

RGB 188 152 153 -
CMYK 0 0.19 0.19 0.26
HSL 358.33º 0.21% 0.67% -
HSV(B) 358.33º 0.19% 0.74% -
XYZ 37.72 35.45 34.99 -
YUV 162.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 188 152 153 0 0.19 0.19 0.26 358.33 0.21 0.67
Hex BC 98 99 0 13 13 1A 166 15 43
Octal 274 230 231 0 23 23 32 546 25 103
Binary 10111100 10011000 10011001 0 10011 10011 11010 101100110 10101 1000011

Color Harmonies of #BC9899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9899

Black with #BC9899

Text Example


Text Example

White with #BC9899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9899; }

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

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

background-color css

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

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

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

border-color css

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

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

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