Html Css Color HEX #BCBDDA Lavender Grey

📋 copy color: '#BCBDDA'

red 188 ◦ green 189 ◦ blue 218

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

Shades of Lavender Grey #BCBDDA

Tints of Lavender Grey #BCBDDA

RGB

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

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

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

R = 31.6%
G = 31.76%
B = 36.64%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCBDDA (or 0xBCBDDA) is known color: Lavender Grey. HEX triplet: BC, BD and DA. RGB value is (188,189,218). Sum of RGB (Red+Green+Blue) = 188+189+218=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDDA is #434225. Grayscale: #BFBFBF. Windows color (decimal): -4407846 or 14335420. OLE color: 14335420.

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

Color convert

RGB 188 189 218 -
CMYK 0.14 0.13 0 0.15
HSL 238º 0.29% 0.8% -
HSV(B) 238º 0.14% 0.85% -
XYZ 51.59 52.15 73.68 -
YUV 192.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 188 189 218 0.14 0.13 0 0.15 238 0.29 0.8
Hex BC BD DA E D 0 F EE 1D 50
Octal 274 275 332 16 15 0 17 356 35 120
Binary 10111100 10111101 11011010 1110 1101 0 1111 11101110 11101 1010000

Color Harmonies of #BCBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDDA

Black with #BCBDDA

Text Example


Text Example

White with #BCBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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