Html Css Color HEX #B8BCDE Lavender Grey

📋 copy color: '#B8BCDE'

red 184 ◦ green 188 ◦ blue 222

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

Shades of Lavender Grey #B8BCDE

Tints of Lavender Grey #B8BCDE

RGB

 RED value IS 184 (72.27% from 255) = 30.98%

 GREEN value IS 188 (73.83% from 255) = 31.65%

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 30.98%
G = 31.65%
B = 37.37%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8BCDE (or 0xB8BCDE) is known color: Lavender Grey. HEX triplet: B8, BC and DE. RGB value is (184,188,222). Sum of RGB (Red+Green+Blue) = 184+188+222=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCDE is #474321. Grayscale: #BEBEBE. Windows color (decimal): -4670242 or 14597304. OLE color: 14597304.

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

Color convert

RGB 184 188 222 -
CMYK 0.17 0.15 0 0.13
HSL 233.68º 0.37% 0.8% -
HSV(B) 233.68º 0.17% 0.87% -
XYZ 50.94 51.43 76.35 -
YUV 190.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 184 188 222 0.17 0.15 0 0.13 233.68 0.37 0.8
Hex B8 BC DE 11 F 0 D EA 25 50
Octal 270 274 336 21 17 0 15 352 45 120
Binary 10111000 10111100 11011110 10001 1111 0 1101 11101010 100101 1010000

Color Harmonies of #B8BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCDE

Black with #B8BCDE

Text Example


Text Example

White with #B8BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCDE; }

 p { color: rgb(184,188,222); }

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

background-color css

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

 a { background-color: rgb(184,188,222); }

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

border-color css

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

 span { border-color: rgb(184,188,222); }

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