Html Css Color HEX #BCA4A8 Careys Pink

📋 copy color: '#BCA4A8'

red 188 ◦ green 164 ◦ blue 168

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

Shades of Careys Pink #BCA4A8

Tints of Careys Pink #BCA4A8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.54%

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

R = 36.15%
G = 31.54%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCA4A8 (or 0xBCA4A8) is known color: Careys Pink. HEX triplet: BC, A4 and A8. RGB value is (188,164,168). Sum of RGB (Red+Green+Blue) = 188+164+168=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA4A8 is #435B57. Grayscale: #ABABAB. Windows color (decimal): -4414296 or 11052220. OLE color: 11052220.

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

Color convert

RGB 188 164 168 -
CMYK 0 0.13 0.11 0.26
HSL 350º 0.15% 0.69% -
HSV(B) 350º 0.13% 0.74% -
XYZ 41.08 40.07 42.61 -
YUV 171.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 188 164 168 0 0.13 0.11 0.26 350 0.15 0.69
Hex BC A4 A8 0 D B 1A 15E F 45
Octal 274 244 250 0 15 13 32 536 17 105
Binary 10111100 10100100 10101000 0 1101 1011 11010 101011110 1111 1000101

Color Harmonies of #BCA4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4A8

Black with #BCA4A8

Text Example


Text Example

White with #BCA4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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