Html Css Color HEX #BBBFDA Lavender Grey

📋 copy color: '#BBBFDA'

red 187 ◦ green 191 ◦ blue 218

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

Shades of Lavender Grey #BBBFDA

Tints of Lavender Grey #BBBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 32.05%

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 31.38%
G = 32.05%
B = 36.58%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBBFDA (or 0xBBBFDA) is known color: Lavender Grey. HEX triplet: BB, BF and DA. RGB value is (187,191,218). Sum of RGB (Red+Green+Blue) = 187+191+218=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDA is #444025. Grayscale: #C0C0C0. Windows color (decimal): -4472870 or 14335931. OLE color: 14335931.

HSL color Cylindrical-coordinate representation of color #BBBFDA: hue angle of 232.26º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBBFDA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 191 218 -
CMYK 0.14 0.12 0 0.15
HSL 232.26º 0.3% 0.79% -
HSV(B) 232.26º 0.14% 0.85% -
XYZ 51.78 52.89 73.81 -
YUV 192.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 187 191 218 0.14 0.12 0 0.15 232.26 0.3 0.79
Hex BB BF DA E C 0 F E8 1E 4F
Octal 273 277 332 16 14 0 17 350 36 117
Binary 10111011 10111111 11011010 1110 1100 0 1111 11101000 11110 1001111

Color Harmonies of #BBBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFDA

Black with #BBBFDA

Text Example


Text Example

White with #BBBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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