Html Css Color HEX #BBBECF Lavender Grey

📋 copy color: '#BBBECF'

red 187 ◦ green 190 ◦ blue 207

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

Shades of Lavender Grey #BBBECF

Tints of Lavender Grey #BBBECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 32.02%
G = 32.53%
B = 35.45%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBBECF (or 0xBBBECF) is known color: Lavender Grey. HEX triplet: BB, BE and CF. RGB value is (187,190,207). Sum of RGB (Red+Green+Blue) = 187+190+207=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBECF is #444130. Grayscale: #BEBEBE. Windows color (decimal): -4473137 or 13614779. OLE color: 13614779.

HSL color Cylindrical-coordinate representation of color #BBBECF: hue angle of 231º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBECF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 190 207 -
CMYK 0.10 0.08 0 0.19
HSL 231º 0.17% 0.77% -
HSV(B) 231º 0.1% 0.81% -
XYZ 50.17 51.9 66.4 -
YUV 191.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 187 190 207 0.10 0.08 0 0.19 231 0.17 0.77
Hex BB BE CF A 8 0 13 E7 11 4D
Octal 273 276 317 12 10 0 23 347 21 115
Binary 10111011 10111110 11001111 1010 1000 0 10011 11100111 10001 1001101

Color Harmonies of #BBBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBECF

Black with #BBBECF

Text Example


Text Example

White with #BBBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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