Html Css Color HEX #BBAEAE Pink Swan

📋 copy color: '#BBAEAE'

red 187 ◦ green 174 ◦ blue 174

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

Shades of Pink Swan #BBAEAE

Tints of Pink Swan #BBAEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.52%

R = 34.95%
G = 32.52%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBAEAE (or 0xBBAEAE) is known color: Pink Swan. HEX triplet: BB, AE and AE. RGB value is (187,174,174). Sum of RGB (Red+Green+Blue) = 187+174+174=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEAE is #445151. Grayscale: #B1B1B1. Windows color (decimal): -4477266 or 11447995. OLE color: 11447995.

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

Color convert

RGB 187 174 174 -
CMYK 0 0.07 0.07 0.27
HSL 0.09% 0.71% -
HSV(B) 0.07% 0.73% -
XYZ 43.27 43.89 46.24 -
YUV 177.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 187 174 174 0 0.07 0.07 0.27 0 0.09 0.71
Hex BB AE AE 0 7 7 1B 0 9 47
Octal 273 256 256 0 7 7 33 0 11 107
Binary 10111011 10101110 10101110 0 111 111 11011 0 1001 1000111

Color Harmonies of #BBAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEAE

Black with #BBAEAE

Text Example


Text Example

White with #BBAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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