Html Css Color HEX #BCA7A8 Careys Pink

📋 copy color: '#BCA7A8'

red 188 ◦ green 167 ◦ blue 168

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

Shades of Careys Pink #BCA7A8

Tints of Careys Pink #BCA7A8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.93%

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

R = 35.95%
G = 31.93%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCA7A8 (or 0xBCA7A8) is known color: Careys Pink. HEX triplet: BC, A7 and A8. RGB value is (188,167,168). Sum of RGB (Red+Green+Blue) = 188+167+168=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA7A8 is #435857. Grayscale: #ADADAD. Windows color (decimal): -4413528 or 11052988. OLE color: 11052988.

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

Color convert

RGB 188 167 168 -
CMYK 0 0.11 0.11 0.26
HSL 357.14º 0.14% 0.7% -
HSV(B) 357.14º 0.11% 0.74% -
XYZ 41.63 41.16 42.8 -
YUV 173.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 188 167 168 0 0.11 0.11 0.26 357.14 0.14 0.7
Hex BC A7 A8 0 B B 1A 165 E 46
Octal 274 247 250 0 13 13 32 545 16 106
Binary 10111100 10100111 10101000 0 1011 1011 11010 101100101 1110 1000110

Color Harmonies of #BCA7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA7A8

Black with #BCA7A8

Text Example


Text Example

White with #BCA7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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