Html Css Color HEX #BBAEB4 Lily

📋 copy color: '#BBAEB4'

red 187 ◦ green 174 ◦ blue 180

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

Shades of Lily #BBAEB4

Tints of Lily #BBAEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.27%

R = 34.57%
G = 32.16%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BBAEB4 (or 0xBBAEB4) is known color: Lily. HEX triplet: BB, AE and B4. RGB value is (187,174,180). Sum of RGB (Red+Green+Blue) = 187+174+180=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB4 is #44514B. Grayscale: #B2B2B2. Windows color (decimal): -4477260 or 11841211. OLE color: 11841211.

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

Color convert

RGB 187 174 180 -
CMYK 0 0.07 0.04 0.27
HSL 332.31º 0.09% 0.71% -
HSV(B) 332.31º 0.07% 0.73% -
XYZ 43.87 44.13 49.39 -
YUV 178.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 187 174 180 0 0.07 0.04 0.27 332.31 0.09 0.71
Hex BB AE B4 0 7 4 1B 14C 9 47
Octal 273 256 264 0 7 4 33 514 11 107
Binary 10111011 10101110 10110100 0 111 100 11011 101001100 1001 1000111

Color Harmonies of #BBAEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEB4

Black with #BBAEB4

Text Example


Text Example

White with #BBAEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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