Html Css Color HEX #BDC0DA Lavender Grey

📋 copy color: '#BDC0DA'

red 189 ◦ green 192 ◦ blue 218

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

Shades of Lavender Grey #BDC0DA

Tints of Lavender Grey #BDC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.05%

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

R = 31.55%
G = 32.05%
B = 36.39%

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

#BDC0DA (or 0xBDC0DA) is known color: Lavender Grey. HEX triplet: BD, C0 and DA. RGB value is (189,192,218). Sum of RGB (Red+Green+Blue) = 189+192+218=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0DA is #423F25. Grayscale: #C1C1C1. Windows color (decimal): -4341542 or 14336189. OLE color: 14336189.

HSL color Cylindrical-coordinate representation of color #BDC0DA: hue angle of 233.79º 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 #BDC0DA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 192 218 -
CMYK 0.13 0.12 0 0.15
HSL 233.79º 0.28% 0.8% -
HSV(B) 233.79º 0.13% 0.85% -
XYZ 52.49 53.58 73.91 -
YUV 194.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 189 192 218 0.13 0.12 0 0.15 233.79 0.28 0.8
Hex BD C0 DA D C 0 F EA 1C 50
Octal 275 300 332 15 14 0 17 352 34 120
Binary 10111101 11000000 11011010 1101 1100 0 1111 11101010 11100 1010000

Color Harmonies of #BDC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0DA

Black with #BDC0DA

Text Example


Text Example

White with #BDC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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