Html Css Color HEX #BBAEB0 Careys Pink

📋 copy color: '#BBAEB0'

red 187 ◦ green 174 ◦ blue 176

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

Shades of Careys Pink #BBAEB0

Tints of Careys Pink #BBAEB0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.4%

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

R = 34.82%
G = 32.4%
B = 32.77%

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

#BBAEB0 (or 0xBBAEB0) is known color: Careys Pink. HEX triplet: BB, AE and B0. RGB value is (187,174,176). Sum of RGB (Red+Green+Blue) = 187+174+176=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEB0 is #44514F. Grayscale: #B2B2B2. Windows color (decimal): -4477264 or 11579067. OLE color: 11579067.

HSL color Cylindrical-coordinate representation of color #BBAEB0: hue angle of 350.77º 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 #BBAEB0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 176 -
CMYK 0 0.07 0.06 0.27
HSL 350.77º 0.09% 0.71% -
HSV(B) 350.77º 0.07% 0.73% -
XYZ 43.47 43.97 47.27 -
YUV 178.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 187 174 176 0 0.07 0.06 0.27 350.77 0.09 0.71
Hex BB AE B0 0 7 6 1B 15F 9 47
Octal 273 256 260 0 7 6 33 537 11 107
Binary 10111011 10101110 10110000 0 111 110 11011 101011111 1001 1000111

Color Harmonies of #BBAEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEB0

Black with #BBAEB0

Text Example


Text Example

White with #BBAEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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