Html Css Color HEX #BC9DA2 Careys Pink

📋 copy color: '#BC9DA2'

red 188 ◦ green 157 ◦ blue 162

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

Shades of Careys Pink #BC9DA2

Tints of Careys Pink #BC9DA2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.97%

 BLUE value IS 162 (63.67% from 255) = 31.95%

R = 37.08%
G = 30.97%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC9DA2 (or 0xBC9DA2) is known color: Careys Pink. HEX triplet: BC, 9D and A2. RGB value is (188,157,162). Sum of RGB (Red+Green+Blue) = 188+157+162=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DA2 is #43625D. Grayscale: #A6A6A6. Windows color (decimal): -4416094 or 10657212. OLE color: 10657212.

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

Color convert

RGB 188 157 162 -
CMYK 0 0.16 0.14 0.26
HSL 350.32º 0.19% 0.68% -
HSV(B) 350.32º 0.16% 0.74% -
XYZ 39.32 37.41 39.33 -
YUV 166.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 188 157 162 0 0.16 0.14 0.26 350.32 0.19 0.68
Hex BC 9D A2 0 10 E 1A 15E 13 44
Octal 274 235 242 0 20 16 32 536 23 104
Binary 10111100 10011101 10100010 0 10000 1110 11010 101011110 10011 1000100

Color Harmonies of #BC9DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DA2

Black with #BC9DA2

Text Example


Text Example

White with #BC9DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DA2; }

 p { color: rgb(188,157,162); }

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

background-color css

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

 a { background-color: rgb(188,157,162); }

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

border-color css

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

 span { border-color: rgb(188,157,162); }

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