Html Css Color HEX #BC9697 Careys Pink

📋 copy color: '#BC9697'

red 188 ◦ green 150 ◦ blue 151

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

Shades of Careys Pink #BC9697

Tints of Careys Pink #BC9697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 38.45%
G = 30.67%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC9697 (or 0xBC9697) is known color: Careys Pink. HEX triplet: BC, 96 and 97. RGB value is (188,150,151). Sum of RGB (Red+Green+Blue) = 188+150+151=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9697 is #436968. Grayscale: #A1A1A1. Windows color (decimal): -4417897 or 9934524. OLE color: 9934524.

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

Color convert

RGB 188 150 151 -
CMYK 0 0.20 0.20 0.26
HSL 358.42º 0.22% 0.66% -
HSV(B) 358.42º 0.2% 0.74% -
XYZ 37.23 34.74 34.02 -
YUV 161.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 188 150 151 0 0.20 0.20 0.26 358.42 0.22 0.66
Hex BC 96 97 0 14 14 1A 166 16 42
Octal 274 226 227 0 24 24 32 546 26 102
Binary 10111100 10010110 10010111 0 10100 10100 11010 101100110 10110 1000010

Color Harmonies of #BC9697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9697

Black with #BC9697

Text Example


Text Example

White with #BC9697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9697; }

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

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

background-color css

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

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

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

border-color css

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

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

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