Html Css Color HEX #B8BAFB Lavender Blue

📋 copy color: '#B8BAFB'

red 184 ◦ green 186 ◦ blue 251

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

Shades of Lavender Blue #B8BAFB

Tints of Lavender Blue #B8BAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 29.63%
G = 29.95%
B = 40.42%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8BAFB (or 0xB8BAFB) is known color: Lavender Blue. HEX triplet: B8, BA and FB. RGB value is (184,186,251). Sum of RGB (Red+Green+Blue) = 184+186+251=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFB is #474504. Grayscale: #C0C0C0. Windows color (decimal): -4670725 or 16497336. OLE color: 16497336.

HSL color Cylindrical-coordinate representation of color #B8BAFB: hue angle of 238.21º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8BAFB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 186 251 -
CMYK 0.27 0.26 0 0.02
HSL 238.21º 0.89% 0.85% -
HSV(B) 238.21º 0.27% 0.98% -
XYZ 54.74 52.27 98.47 -
YUV 192.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 184 186 251 0.27 0.26 0 0.02 238.21 0.89 0.85
Hex B8 BA FB 1B 1A 0 2 EE 59 55
Octal 270 272 373 33 32 0 2 356 131 125
Binary 10111000 10111010 11111011 11011 11010 0 10 11101110 1011001 1010101

Color Harmonies of #B8BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BAFB

Black with #B8BAFB

Text Example


Text Example

White with #B8BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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