Html Css Color HEX #BCBDD4 Lavender Grey

📋 copy color: '#BCBDD4'

red 188 ◦ green 189 ◦ blue 212

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

Shades of Lavender Grey #BCBDD4

Tints of Lavender Grey #BCBDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.99%

R = 31.92%
G = 32.09%
B = 35.99%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCBDD4 (or 0xBCBDD4) is known color: Lavender Grey. HEX triplet: BC, BD and D4. RGB value is (188,189,212). Sum of RGB (Red+Green+Blue) = 188+189+212=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD4 is #43422B. Grayscale: #BFBFBF. Windows color (decimal): -4407852 or 13942204. OLE color: 13942204.

HSL color Cylindrical-coordinate representation of color #BCBDD4: hue angle of 237.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBDD4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 189 212 -
CMYK 0.11 0.11 0 0.17
HSL 237.5º 0.22% 0.78% -
HSV(B) 237.5º 0.11% 0.83% -
XYZ 50.82 51.84 69.61 -
YUV 191.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 188 189 212 0.11 0.11 0 0.17 237.5 0.22 0.78
Hex BC BD D4 B B 0 11 EE 16 4E
Octal 274 275 324 13 13 0 21 356 26 116
Binary 10111100 10111101 11010100 1011 1011 0 10001 11101110 10110 1001110

Color Harmonies of #BCBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDD4

Black with #BCBDD4

Text Example


Text Example

White with #BCBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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