Html Css Color HEX #BCA1A8 Careys Pink

📋 copy color: '#BCA1A8'

red 188 ◦ green 161 ◦ blue 168

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

Shades of Careys Pink #BCA1A8

Tints of Careys Pink #BCA1A8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.14%

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 36.36%
G = 31.14%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCA1A8 (or 0xBCA1A8) is known color: Careys Pink. HEX triplet: BC, A1 and A8. RGB value is (188,161,168). Sum of RGB (Red+Green+Blue) = 188+161+168=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1A8 is #435E57. Grayscale: #A9A9A9. Windows color (decimal): -4415064 or 11051452. OLE color: 11051452.

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

Color convert

RGB 188 161 168 -
CMYK 0 0.14 0.11 0.26
HSL 344.44º 0.17% 0.68% -
HSV(B) 344.44º 0.14% 0.74% -
XYZ 40.55 39.01 42.44 -
YUV 169.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 188 161 168 0 0.14 0.11 0.26 344.44 0.17 0.68
Hex BC A1 A8 0 E B 1A 158 11 44
Octal 274 241 250 0 16 13 32 530 21 104
Binary 10111100 10100001 10101000 0 1110 1011 11010 101011000 10001 1000100

Color Harmonies of #BCA1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1A8

Black with #BCA1A8

Text Example


Text Example

White with #BCA1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1A8; }

 p { color: rgb(188,161,168); }

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

background-color css

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

 a { background-color: rgb(188,161,168); }

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

border-color css

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

 span { border-color: rgb(188,161,168); }

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