Html Css Color HEX #BC9FA3 Careys Pink

📋 copy color: '#BC9FA3'

red 188 ◦ green 159 ◦ blue 163

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

Shades of Careys Pink #BC9FA3

Tints of Careys Pink #BC9FA3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.18%

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 36.86%
G = 31.18%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC9FA3 (or 0xBC9FA3) is known color: Careys Pink. HEX triplet: BC, 9F and A3. RGB value is (188,159,163). Sum of RGB (Red+Green+Blue) = 188+159+163=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FA3 is #43605C. Grayscale: #A8A8A8. Windows color (decimal): -4415581 or 10723260. OLE color: 10723260.

HSL color Cylindrical-coordinate representation of color #BC9FA3: hue angle of 351.72º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FA3 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 163 -
CMYK 0 0.15 0.13 0.26
HSL 351.72º 0.18% 0.68% -
HSV(B) 351.72º 0.15% 0.74% -
XYZ 39.75 38.13 39.92 -
YUV 168.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 188 159 163 0 0.15 0.13 0.26 351.72 0.18 0.68
Hex BC 9F A3 0 F D 1A 160 12 44
Octal 274 237 243 0 17 15 32 540 22 104
Binary 10111100 10011111 10100011 0 1111 1101 11010 101100000 10010 1000100

Color Harmonies of #BC9FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FA3

Black with #BC9FA3

Text Example


Text Example

White with #BC9FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FA3; }

 p { color: rgb(188,159,163); }

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

background-color css

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

 a { background-color: rgb(188,159,163); }

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

border-color css

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

 span { border-color: rgb(188,159,163); }

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