Html Css Color HEX #BC969A Careys Pink

📋 copy color: '#BC969A'

red 188 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #BC969A

Tints of Careys Pink #BC969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.3%

R = 38.21%
G = 30.49%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC969A (or 0xBC969A) is known color: Careys Pink. HEX triplet: BC, 96 and 9A. RGB value is (188,150,154). Sum of RGB (Red+Green+Blue) = 188+150+154=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC969A is #436965. Grayscale: #A1A1A1. Windows color (decimal): -4417894 or 10131132. OLE color: 10131132.

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

Color convert

RGB 188 150 154 -
CMYK 0 0.20 0.18 0.26
HSL 353.68º 0.22% 0.66% -
HSV(B) 353.68º 0.2% 0.74% -
XYZ 37.48 34.84 35.32 -
YUV 161.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 188 150 154 0 0.20 0.18 0.26 353.68 0.22 0.66
Hex BC 96 9A 0 14 12 1A 162 16 42
Octal 274 226 232 0 24 22 32 542 26 102
Binary 10111100 10010110 10011010 0 10100 10010 11010 101100010 10110 1000010

Color Harmonies of #BC969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC969A

Black with #BC969A

Text Example


Text Example

White with #BC969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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