Html Css Color HEX #BDBFDA Lavender Grey

📋 copy color: '#BDBFDA'

red 189 ◦ green 191 ◦ blue 218

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

Shades of Lavender Grey #BDBFDA

Tints of Lavender Grey #BDBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.94%

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

R = 31.61%
G = 31.94%
B = 36.45%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDBFDA (or 0xBDBFDA) is known color: Lavender Grey. HEX triplet: BD, BF and DA. RGB value is (189,191,218). Sum of RGB (Red+Green+Blue) = 189+191+218=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDA is #424025. Grayscale: #C1C1C1. Windows color (decimal): -4341798 or 14335933. OLE color: 14335933.

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

Color convert

RGB 189 191 218 -
CMYK 0.13 0.12 0 0.15
HSL 235.86º 0.28% 0.8% -
HSV(B) 235.86º 0.13% 0.85% -
XYZ 52.27 53.14 73.83 -
YUV 193.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 189 191 218 0.13 0.12 0 0.15 235.86 0.28 0.8
Hex BD BF DA D C 0 F EC 1C 50
Octal 275 277 332 15 14 0 17 354 34 120
Binary 10111101 10111111 11011010 1101 1100 0 1111 11101100 11100 1010000

Color Harmonies of #BDBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFDA

Black with #BDBFDA

Text Example


Text Example

White with #BDBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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