Html Css Color HEX #BCBDDF Lavender Grey

📋 copy color: '#BCBDDF'

red 188 ◦ green 189 ◦ blue 223

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

Shades of Lavender Grey #BCBDDF

Tints of Lavender Grey #BCBDDF

RGB

 RED value IS 188 (73.83% from 255) = 31.33%

 GREEN value IS 189 (74.22% from 255) = 31.5%

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 31.33%
G = 31.5%
B = 37.17%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCBDDF (or 0xBCBDDF) is known color: Lavender Grey. HEX triplet: BC, BD and DF. RGB value is (188,189,223). Sum of RGB (Red+Green+Blue) = 188+189+223=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDDF is #434220. Grayscale: #C0C0C0. Windows color (decimal): -4407841 or 14663100. OLE color: 14663100.

HSL color Cylindrical-coordinate representation of color #BCBDDF: hue angle of 238.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBDDF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 189 223 -
CMYK 0.16 0.15 0 0.13
HSL 238.29º 0.35% 0.81% -
HSV(B) 238.29º 0.16% 0.87% -
XYZ 52.26 52.41 77.17 -
YUV 192.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 188 189 223 0.16 0.15 0 0.13 238.29 0.35 0.81
Hex BC BD DF 10 F 0 D EE 23 51
Octal 274 275 337 20 17 0 15 356 43 121
Binary 10111100 10111101 11011111 10000 1111 0 1101 11101110 100011 1010001

Color Harmonies of #BCBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDDF

Black with #BCBDDF

Text Example


Text Example

White with #BCBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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