Html Css Color HEX #BBBCDA Lavender Grey

📋 copy color: '#BBBCDA'

red 187 ◦ green 188 ◦ blue 218

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

Shades of Lavender Grey #BBBCDA

Tints of Lavender Grey #BBBCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.7%

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

R = 31.53%
G = 31.7%
B = 36.76%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBBCDA (or 0xBBBCDA) is known color: Lavender Grey. HEX triplet: BB, BC and DA. RGB value is (187,188,218). Sum of RGB (Red+Green+Blue) = 187+188+218=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCDA is #444325. Grayscale: #BEBEBE. Windows color (decimal): -4473638 or 14335163. OLE color: 14335163.

HSL color Cylindrical-coordinate representation of color #BBBCDA: hue angle of 238.06º 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 #BBBCDA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 188 218 -
CMYK 0.14 0.14 0 0.15
HSL 238.06º 0.3% 0.79% -
HSV(B) 238.06º 0.14% 0.85% -
XYZ 51.13 51.59 73.59 -
YUV 191.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 187 188 218 0.14 0.14 0 0.15 238.06 0.3 0.79
Hex BB BC DA E E 0 F EE 1E 4F
Octal 273 274 332 16 16 0 17 356 36 117
Binary 10111011 10111100 11011010 1110 1110 0 1111 11101110 11110 1001111

Color Harmonies of #BBBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCDA

Black with #BBBCDA

Text Example


Text Example

White with #BBBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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