Html Css Color HEX #BBA3A8 Careys Pink

📋 copy color: '#BBA3A8'

red 187 ◦ green 163 ◦ blue 168

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

Shades of Careys Pink #BBA3A8

Tints of Careys Pink #BBA3A8

RGB

 RED value IS 187 (73.44% from 255) = 36.1%

 GREEN value IS 163 (64.06% from 255) = 31.47%

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

R = 36.1%
G = 31.47%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BBA3A8 (or 0xBBA3A8) is known color: Careys Pink. HEX triplet: BB, A3 and A8. RGB value is (187,163,168). Sum of RGB (Red+Green+Blue) = 187+163+168=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA3A8 is #445C57. Grayscale: #AAAAAA. Windows color (decimal): -4480088 or 11051963. OLE color: 11051963.

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

Color convert

RGB 187 163 168 -
CMYK 0 0.13 0.10 0.27
HSL 347.5º 0.15% 0.69% -
HSV(B) 347.5º 0.13% 0.73% -
XYZ 40.66 39.59 42.54 -
YUV 170.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 187 163 168 0 0.13 0.10 0.27 347.5 0.15 0.69
Hex BB A3 A8 0 D A 1B 15C F 45
Octal 273 243 250 0 15 12 33 534 17 105
Binary 10111011 10100011 10101000 0 1101 1010 11011 101011100 1111 1000101

Color Harmonies of #BBA3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3A8

Black with #BBA3A8

Text Example


Text Example

White with #BBA3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3A8; }

 p { color: rgb(187,163,168); }

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

background-color css

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

 a { background-color: rgb(187,163,168); }

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

border-color css

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

 span { border-color: rgb(187,163,168); }

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