Html Css Color HEX #B8BAFD Lavender Blue

📋 copy color: '#B8BAFD'

red 184 ◦ green 186 ◦ blue 253

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

Shades of Lavender Blue #B8BAFD

Tints of Lavender Blue #B8BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 29.53%
G = 29.86%
B = 40.61%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8BAFD (or 0xB8BAFD) is known color: Lavender Blue. HEX triplet: B8, BA and FD. RGB value is (184,186,253). Sum of RGB (Red+Green+Blue) = 184+186+253=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFD is #474502. Grayscale: #C0C0C0. Windows color (decimal): -4670723 or 16628408. OLE color: 16628408.

HSL color Cylindrical-coordinate representation of color #B8BAFD: hue angle of 238.26º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8BAFD is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 186 253 -
CMYK 0.27 0.26 0 0.01
HSL 238.26º 0.95% 0.86% -
HSV(B) 238.26º 0.27% 0.99% -
XYZ 55.06 52.4 100.14 -
YUV 193.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 184 186 253 0.27 0.26 0 0.01 238.26 0.95 0.86
Hex B8 BA FD 1B 1A 0 1 EE 5F 56
Octal 270 272 375 33 32 0 1 356 137 126
Binary 10111000 10111010 11111101 11011 11010 0 1 11101110 1011111 1010110

Color Harmonies of #B8BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BAFD

Black with #B8BAFD

Text Example


Text Example

White with #B8BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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