Html Css Color HEX #B8BAFE Lavender Blue

📋 copy color: '#B8BAFE'

red 184 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #B8BAFE

Tints of Lavender Blue #B8BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.81%

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 29.49%
G = 29.81%
B = 40.71%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8BAFE (or 0xB8BAFE) is known color: Lavender Blue. HEX triplet: B8, BA and FE. RGB value is (184,186,254). Sum of RGB (Red+Green+Blue) = 184+186+254=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFE is #474501. Grayscale: #C0C0C0. Windows color (decimal): -4670722 or 16693944. OLE color: 16693944.

HSL color Cylindrical-coordinate representation of color #B8BAFE: hue angle of 238.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8BAFE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 186 254 -
CMYK 0.28 0.27 0 0.00
HSL 238.29º 0.97% 0.86% -
HSV(B) 238.29º 0.28% 1% -
XYZ 55.22 52.46 100.98 -
YUV 193.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 184 186 254 0.28 0.27 0 0.00 238.29 0.97 0.86
Hex B8 BA FE 1C 1B 0 0 EE 61 56
Octal 270 272 376 34 33 0 0 356 141 126
Binary 10111000 10111010 11111110 11100 11011 0 0 11101110 1100001 1010110

Color Harmonies of #B8BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BAFE

Black with #B8BAFE

Text Example


Text Example

White with #B8BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BAFE; }

 p { color: rgb(184,186,254); }

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

background-color css

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

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

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

border-color css

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

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

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