Html Css Color HEX #B8BBCA Lavender Grey

📋 copy color: '#B8BBCA'

red 184 ◦ green 187 ◦ blue 202

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

Shades of Lavender Grey #B8BBCA

Tints of Lavender Grey #B8BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.64%

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 32.11%
G = 32.64%
B = 35.25%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B8BBCA (or 0xB8BBCA) is known color: Lavender Grey. HEX triplet: B8, BB and CA. RGB value is (184,187,202). Sum of RGB (Red+Green+Blue) = 184+187+202=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBCA is #474435. Grayscale: #BBBBBB. Windows color (decimal): -4670518 or 13286328. OLE color: 13286328.

HSL color Cylindrical-coordinate representation of color #B8BBCA: hue angle of 230º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8BBCA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 187 202 -
CMYK 0.09 0.07 0 0.21
HSL 230º 0.15% 0.76% -
HSV(B) 230º 0.09% 0.79% -
XYZ 48.2 50 62.99 -
YUV 187.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 184 187 202 0.09 0.07 0 0.21 230 0.15 0.76
Hex B8 BB CA 9 7 0 15 E6 F 4C
Octal 270 273 312 11 7 0 25 346 17 114
Binary 10111000 10111011 11001010 1001 111 0 10101 11100110 1111 1001100

Color Harmonies of #B8BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BBCA

Black with #B8BBCA

Text Example


Text Example

White with #B8BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BBCA; }

 p { color: rgb(184,187,202); }

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

background-color css

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

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

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

border-color css

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

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

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