Html Css Color HEX #BBBEDF Lavender Grey

📋 copy color: '#BBBEDF'

red 187 ◦ green 190 ◦ blue 223

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

Shades of Lavender Grey #BBBEDF

Tints of Lavender Grey #BBBEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.67%

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 31.17%
G = 31.67%
B = 37.17%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBBEDF (or 0xBBBEDF) is known color: Lavender Grey. HEX triplet: BB, BE and DF. RGB value is (187,190,223). Sum of RGB (Red+Green+Blue) = 187+190+223=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEDF is #444120. Grayscale: #C0C0C0. Windows color (decimal): -4473121 or 14663355. OLE color: 14663355.

HSL color Cylindrical-coordinate representation of color #BBBEDF: hue angle of 235º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBEDF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 190 223 -
CMYK 0.16 0.15 0 0.13
HSL 235º 0.36% 0.8% -
HSV(B) 235º 0.16% 0.87% -
XYZ 52.23 52.72 77.24 -
YUV 192.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 187 190 223 0.16 0.15 0 0.13 235 0.36 0.8
Hex BB BE DF 10 F 0 D EB 24 50
Octal 273 276 337 20 17 0 15 353 44 120
Binary 10111011 10111110 11011111 10000 1111 0 1101 11101011 100100 1010000

Color Harmonies of #BBBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEDF

Black with #BBBEDF

Text Example


Text Example

White with #BBBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEDF; }

 p { color: rgb(187,190,223); }

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

background-color css

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

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

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

border-color css

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

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

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