Html Css Color HEX #B8B8CC Lavender Grey

📋 copy color: '#B8B8CC'

red 184 ◦ green 184 ◦ blue 204

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

Shades of Lavender Grey #B8B8CC

Tints of Lavender Grey #B8B8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.17%

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 32.17%
G = 32.17%
B = 35.66%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8B8CC (or 0xB8B8CC) is known color: Lavender Grey. HEX triplet: B8, B8 and CC. RGB value is (184,184,204). Sum of RGB (Red+Green+Blue) = 184+184+204=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8B8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B8CC is #474733. Grayscale: #BABABA. Windows color (decimal): -4671284 or 13416632. OLE color: 13416632.

HSL color Cylindrical-coordinate representation of color #B8B8CC: hue angle of 240º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8B8CC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 184 204 -
CMYK 0.10 0.10 0 0.2
HSL 240º 0.16% 0.76% -
HSV(B) 240º 0.1% 0.8% -
XYZ 47.81 48.83 64.03 -
YUV 186.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 184 184 204 0.10 0.10 0 0.2 240 0.16 0.76
Hex B8 B8 CC A A 0 14 F0 10 4C
Octal 270 270 314 12 12 0 24 360 20 114
Binary 10111000 10111000 11001100 1010 1010 0 10100 11110000 10000 1001100

Color Harmonies of #B8B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B8CC

Black with #B8B8CC

Text Example


Text Example

White with #B8B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B8CC; }

 p { color: rgb(184,184,204); }

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

background-color css

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

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

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

border-color css

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

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

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