Html Css Color HEX #BDBCF0 Lavender Grey

📋 copy color: '#BDBCF0'

red 189 ◦ green 188 ◦ blue 240

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

Shades of Lavender Grey #BDBCF0

Tints of Lavender Grey #BDBCF0

RGB

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

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

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

R = 30.63%
G = 30.47%
B = 38.9%

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

#BDBCF0 (or 0xBDBCF0) is known color: Lavender Grey. HEX triplet: BD, BC and F0. RGB value is (189,188,240). Sum of RGB (Red+Green+Blue) = 189+188+240=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCF0 is #42430F. Grayscale: #C2C2C2. Windows color (decimal): -4342544 or 15776957. OLE color: 15776957.

HSL color Cylindrical-coordinate representation of color #BDBCF0: hue angle of 241.15º degrees, saturation: 0.63, 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 #BDBCF0 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 188 240 -
CMYK 0.21 0.22 0 0.06
HSL 241.15º 0.63% 0.84% -
HSV(B) 241.15º 0.22% 0.94% -
XYZ 54.7 53.08 89.8 -
YUV 194.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 189 188 240 0.21 0.22 0 0.06 241.15 0.63 0.84
Hex BD BC F0 15 16 0 6 F1 3F 54
Octal 275 274 360 25 26 0 6 361 77 124
Binary 10111101 10111100 11110000 10101 10110 0 110 11110001 111111 1010100

Color Harmonies of #BDBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBCF0

Black with #BDBCF0

Text Example


Text Example

White with #BDBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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