Html Css Color HEX #BC9699 Careys Pink

📋 copy color: '#BC9699'

red 188 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #BC9699

Tints of Careys Pink #BC9699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.55%

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

R = 38.29%
G = 30.55%
B = 31.16%

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

#BC9699 (or 0xBC9699) is known color: Careys Pink. HEX triplet: BC, 96 and 99. RGB value is (188,150,153). Sum of RGB (Red+Green+Blue) = 188+150+153=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9699 is #436966. Grayscale: #A1A1A1. Windows color (decimal): -4417895 or 10065596. OLE color: 10065596.

HSL color Cylindrical-coordinate representation of color #BC9699: hue angle of 355.26º 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 #BC9699 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 153 -
CMYK 0 0.20 0.19 0.26
HSL 355.26º 0.22% 0.66% -
HSV(B) 355.26º 0.2% 0.74% -
XYZ 37.4 34.8 34.88 -
YUV 161.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 188 150 153 0 0.20 0.19 0.26 355.26 0.22 0.66
Hex BC 96 99 0 14 13 1A 163 16 42
Octal 274 226 231 0 24 23 32 543 26 102
Binary 10111100 10010110 10011001 0 10100 10011 11010 101100011 10110 1000010

Color Harmonies of #BC9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9699

Black with #BC9699

Text Example


Text Example

White with #BC9699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9699; }

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

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

background-color css

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

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

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

border-color css

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

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

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