Html Css Color HEX #BCBDE8 Lavender Grey

📋 copy color: '#BCBDE8'

red 188 ◦ green 189 ◦ blue 232

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

Shades of Lavender Grey #BCBDE8

Tints of Lavender Grey #BCBDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.1%

R = 30.87%
G = 31.03%
B = 38.1%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCBDE8 (or 0xBCBDE8) is known color: Lavender Grey. HEX triplet: BC, BD and E8. RGB value is (188,189,232). Sum of RGB (Red+Green+Blue) = 188+189+232=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDE8 is #434217. Grayscale: #C1C1C1. Windows color (decimal): -4407832 or 15252924. OLE color: 15252924.

HSL color Cylindrical-coordinate representation of color #BCBDE8: hue angle of 238.64º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBDE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 189 232 -
CMYK 0.19 0.19 0 0.09
HSL 238.64º 0.49% 0.82% -
HSV(B) 238.64º 0.19% 0.91% -
XYZ 53.5 52.91 83.74 -
YUV 193.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 188 189 232 0.19 0.19 0 0.09 238.64 0.49 0.82
Hex BC BD E8 13 13 0 9 EF 31 52
Octal 274 275 350 23 23 0 11 357 61 122
Binary 10111100 10111101 11101000 10011 10011 0 1001 11101111 110001 1010010

Color Harmonies of #BCBDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDE8

Black with #BCBDE8

Text Example


Text Example

White with #BCBDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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