Html Css Color HEX #BBADB0 Careys Pink

📋 copy color: '#BBADB0'

red 187 ◦ green 173 ◦ blue 176

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

Shades of Careys Pink #BBADB0

Tints of Careys Pink #BBADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.28%

 BLUE value IS 176 (69.14% from 255) = 32.84%

R = 34.89%
G = 32.28%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBADB0 (or 0xBBADB0) is known color: Careys Pink. HEX triplet: BB, AD and B0. RGB value is (187,173,176). Sum of RGB (Red+Green+Blue) = 187+173+176=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADB0 is #44524F. Grayscale: #B1B1B1. Windows color (decimal): -4477520 or 11578811. OLE color: 11578811.

HSL color Cylindrical-coordinate representation of color #BBADB0: hue angle of 347.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBADB0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 176 -
CMYK 0 0.07 0.06 0.27
HSL 347.14º 0.09% 0.71% -
HSV(B) 347.14º 0.07% 0.73% -
XYZ 43.27 43.59 47.21 -
YUV 177.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 187 173 176 0 0.07 0.06 0.27 347.14 0.09 0.71
Hex BB AD B0 0 7 6 1B 15B 9 47
Octal 273 255 260 0 7 6 33 533 11 107
Binary 10111011 10101101 10110000 0 111 110 11011 101011011 1001 1000111

Color Harmonies of #BBADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADB0

Black with #BBADB0

Text Example


Text Example

White with #BBADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADB0; }

 p { color: rgb(187,173,176); }

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

background-color css

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

 a { background-color: rgb(187,173,176); }

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

border-color css

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

 span { border-color: rgb(187,173,176); }

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