Html Css Color HEX #BC9194 Careys Pink

📋 copy color: '#BC9194'

red 188 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #BC9194

Tints of Careys Pink #BC9194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 39.09%
G = 30.15%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC9194 (or 0xBC9194) is known color: Careys Pink. HEX triplet: BC, 91 and 94. RGB value is (188,145,148). Sum of RGB (Red+Green+Blue) = 188+145+148=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9194 is #436E6B. Grayscale: #9E9E9E. Windows color (decimal): -4419180 or 9736636. OLE color: 9736636.

HSL color Cylindrical-coordinate representation of color #BC9194: hue angle of 355.81º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9194 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 148 -
CMYK 0 0.23 0.21 0.26
HSL 355.81º 0.24% 0.65% -
HSV(B) 355.81º 0.23% 0.74% -
XYZ 36.21 33.08 32.49 -
YUV 158.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 188 145 148 0 0.23 0.21 0.26 355.81 0.24 0.65
Hex BC 91 94 0 17 15 1A 164 18 41
Octal 274 221 224 0 27 25 32 544 30 101
Binary 10111100 10010001 10010100 0 10111 10101 11010 101100100 11000 1000001

Color Harmonies of #BC9194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9194

Black with #BC9194

Text Example


Text Example

White with #BC9194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9194; }

 p { color: rgb(188,145,148); }

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

background-color css

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

 a { background-color: rgb(188,145,148); }

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

border-color css

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

 span { border-color: rgb(188,145,148); }

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