Html Css Color HEX #BDBBF0 Lavender Grey

📋 copy color: '#BDBBF0'

red 189 ◦ green 187 ◦ blue 240

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

Shades of Lavender Grey #BDBBF0

Tints of Lavender Grey #BDBBF0

RGB

 RED value IS 189 (74.22% from 255) = 30.68%

 GREEN value IS 187 (73.44% from 255) = 30.36%

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 30.68%
G = 30.36%
B = 38.96%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDBBF0 (or 0xBDBBF0) is known color: Lavender Grey. HEX triplet: BD, BB and F0. RGB value is (189,187,240). Sum of RGB (Red+Green+Blue) = 189+187+240=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBF0 is #42440F. Grayscale: #C1C1C1. Windows color (decimal): -4342800 or 15776701. OLE color: 15776701.

HSL color Cylindrical-coordinate representation of color #BDBBF0: hue angle of 242.26º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDBBF0 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 187 240 -
CMYK 0.21 0.22 0 0.06
HSL 242.26º 0.64% 0.84% -
HSV(B) 242.26º 0.22% 0.94% -
XYZ 54.48 52.65 89.73 -
YUV 193.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 189 187 240 0.21 0.22 0 0.06 242.26 0.64 0.84
Hex BD BB F0 15 16 0 6 F2 40 54
Octal 275 273 360 25 26 0 6 362 100 124
Binary 10111101 10111011 11110000 10101 10110 0 110 11110010 1000000 1010100

Color Harmonies of #BDBBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBF0

Black with #BDBBF0

Text Example


Text Example

White with #BDBBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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