Html Css Color HEX #BBADBF Lola

📋 copy color: '#BBADBF'

red 187 ◦ green 173 ◦ blue 191

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

Shades of Lola #BBADBF

Tints of Lola #BBADBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.66%

R = 33.94%
G = 31.4%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBADBF (or 0xBBADBF) is known color: Lola. HEX triplet: BB, AD and BF. RGB value is (187,173,191). Sum of RGB (Red+Green+Blue) = 187+173+191=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADBF is #445240. Grayscale: #B3B3B3. Windows color (decimal): -4477505 or 12561851. OLE color: 12561851.

HSL color Cylindrical-coordinate representation of color #BBADBF: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBADBF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 173 191 -
CMYK 0.02 0.09 0 0.25
HSL 286.67º 0.12% 0.71% -
HSV(B) 286.67º 0.09% 0.75% -
XYZ 44.84 44.21 55.46 -
YUV 179.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 187 173 191 0.02 0.09 0 0.25 286.67 0.12 0.71
Hex BB AD BF 2 9 0 19 11F C 47
Octal 273 255 277 2 11 0 31 437 14 107
Binary 10111011 10101101 10111111 10 1001 0 11001 100011111 1100 1000111

Color Harmonies of #BBADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADBF

Black with #BBADBF

Text Example


Text Example

White with #BBADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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