Html Css Color HEX #BC9698 Careys Pink

📋 copy color: '#BC9698'

red 188 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #BC9698

Tints of Careys Pink #BC9698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.02%

R = 38.37%
G = 30.61%
B = 31.02%

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

#BC9698 (or 0xBC9698) is known color: Careys Pink. HEX triplet: BC, 96 and 98. RGB value is (188,150,152). Sum of RGB (Red+Green+Blue) = 188+150+152=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9698 is #436967. Grayscale: #A1A1A1. Windows color (decimal): -4417896 or 10000060. OLE color: 10000060.

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

Color convert

RGB 188 150 152 -
CMYK 0 0.20 0.19 0.26
HSL 356.84º 0.22% 0.66% -
HSV(B) 356.84º 0.2% 0.74% -
XYZ 37.31 34.77 34.45 -
YUV 161.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 188 150 152 0 0.20 0.19 0.26 356.84 0.22 0.66
Hex BC 96 98 0 14 13 1A 165 16 42
Octal 274 226 230 0 24 23 32 545 26 102
Binary 10111100 10010110 10011000 0 10100 10011 11010 101100101 10110 1000010

Color Harmonies of #BC9698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9698

Black with #BC9698

Text Example


Text Example

White with #BC9698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9698; }

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

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

background-color css

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

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

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

border-color css

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

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

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