Html Css Color HEX #BDBCDA Lavender Grey

📋 copy color: '#BDBCDA'

red 189 ◦ green 188 ◦ blue 218

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

Shades of Lavender Grey #BDBCDA

Tints of Lavender Grey #BDBCDA

RGB

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

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

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

R = 31.76%
G = 31.6%
B = 36.64%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDBCDA (or 0xBDBCDA) is known color: Lavender Grey. HEX triplet: BD, BC and DA. RGB value is (189,188,218). Sum of RGB (Red+Green+Blue) = 189+188+218=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCDA is #424325. Grayscale: #BFBFBF. Windows color (decimal): -4342566 or 14335165. OLE color: 14335165.

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

Color convert

RGB 189 188 218 -
CMYK 0.13 0.14 0 0.15
HSL 242º 0.29% 0.8% -
HSV(B) 242º 0.14% 0.85% -
XYZ 51.62 51.85 73.62 -
YUV 191.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 189 188 218 0.13 0.14 0 0.15 242 0.29 0.8
Hex BD BC DA D E 0 F F2 1D 50
Octal 275 274 332 15 16 0 17 362 35 120
Binary 10111101 10111100 11011010 1101 1110 0 1111 11110010 11101 1010000

Color Harmonies of #BDBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBCDA

Black with #BDBCDA

Text Example


Text Example

White with #BDBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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