Html Css Color HEX #BBBDD4 Lavender Grey

📋 copy color: '#BBBDD4'

red 187 ◦ green 189 ◦ blue 212

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

Shades of Lavender Grey #BBBDD4

Tints of Lavender Grey #BBBDD4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

 BLUE value IS 212 (83.2% from 255) = 36.05%

R = 31.8%
G = 32.14%
B = 36.05%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBBDD4 (or 0xBBBDD4) is known color: Lavender Grey. HEX triplet: BB, BD and D4. RGB value is (187,189,212). Sum of RGB (Red+Green+Blue) = 187+189+212=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD4 is #44422B. Grayscale: #BEBEBE. Windows color (decimal): -4473388 or 13942203. OLE color: 13942203.

HSL color Cylindrical-coordinate representation of color #BBBDD4: hue angle of 235.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBDD4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 189 212 -
CMYK 0.12 0.11 0 0.17
HSL 235.2º 0.23% 0.78% -
HSV(B) 235.2º 0.12% 0.83% -
XYZ 50.57 51.71 69.6 -
YUV 191.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 187 189 212 0.12 0.11 0 0.17 235.2 0.23 0.78
Hex BB BD D4 C B 0 11 EB 17 4E
Octal 273 275 324 14 13 0 21 353 27 116
Binary 10111011 10111101 11010100 1100 1011 0 10001 11101011 10111 1001110

Color Harmonies of #BBBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDD4

Black with #BBBDD4

Text Example


Text Example

White with #BBBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDD4; }

 p { color: rgb(187,189,212); }

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

background-color css

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

 a { background-color: rgb(187,189,212); }

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

border-color css

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

 span { border-color: rgb(187,189,212); }

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