Html Css Color HEX #BDC1D6 Lavender Grey

📋 copy color: '#BDC1D6'

red 189 ◦ green 193 ◦ blue 214

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

Shades of Lavender Grey #BDC1D6

Tints of Lavender Grey #BDC1D6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.38%

 BLUE value IS 214 (83.98% from 255) = 35.91%

R = 31.71%
G = 32.38%
B = 35.91%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDC1D6 (or 0xBDC1D6) is known color: Lavender Grey. HEX triplet: BD, C1 and D6. RGB value is (189,193,214). Sum of RGB (Red+Green+Blue) = 189+193+214=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1D6 is #423E29. Grayscale: #C2C2C2. Windows color (decimal): -4341290 or 14074301. OLE color: 14074301.

HSL color Cylindrical-coordinate representation of color #BDC1D6: hue angle of 230.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC1D6 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 193 214 -
CMYK 0.12 0.10 0 0.16
HSL 230.4º 0.23% 0.79% -
HSV(B) 230.4º 0.12% 0.84% -
XYZ 52.19 53.81 71.25 -
YUV 194.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 189 193 214 0.12 0.10 0 0.16 230.4 0.23 0.79
Hex BD C1 D6 C A 0 10 E6 17 4F
Octal 275 301 326 14 12 0 20 346 27 117
Binary 10111101 11000001 11010110 1100 1010 0 10000 11100110 10111 1001111

Color Harmonies of #BDC1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1D6

Black with #BDC1D6

Text Example


Text Example

White with #BDC1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1D6; }

 p { color: rgb(189,193,214); }

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

background-color css

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

 a { background-color: rgb(189,193,214); }

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

border-color css

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

 span { border-color: rgb(189,193,214); }

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