Html Css Color HEX #BDC1D8 Lavender Grey

📋 copy color: '#BDC1D8'

red 189 ◦ green 193 ◦ blue 216

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

Shades of Lavender Grey #BDC1D8

Tints of Lavender Grey #BDC1D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.12%

R = 31.61%
G = 32.27%
B = 36.12%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDC1D8 (or 0xBDC1D8) is known color: Lavender Grey. HEX triplet: BD, C1 and D8. RGB value is (189,193,216). Sum of RGB (Red+Green+Blue) = 189+193+216=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1D8 is #423E27. Grayscale: #C2C2C2. Windows color (decimal): -4341288 or 14205373. OLE color: 14205373.

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

Color convert

RGB 189 193 216 -
CMYK 0.12 0.11 0 0.15
HSL 231.11º 0.26% 0.79% -
HSV(B) 231.11º 0.13% 0.85% -
XYZ 52.45 53.92 72.61 -
YUV 194.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 189 193 216 0.12 0.11 0 0.15 231.11 0.26 0.79
Hex BD C1 D8 C B 0 F E7 1A 4F
Octal 275 301 330 14 13 0 17 347 32 117
Binary 10111101 11000001 11011000 1100 1011 0 1111 11100111 11010 1001111

Color Harmonies of #BDC1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1D8

Black with #BDC1D8

Text Example


Text Example

White with #BDC1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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