Html Css Color HEX #B7BAFF Lavender Blue

📋 copy color: '#B7BAFF'

red 183 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #B7BAFF

Tints of Lavender Blue #B7BAFF

RGB

 RED value IS 183 (71.88% from 255) = 29.33%

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

 BLUE value IS 255 (100% from 255) = 40.87%

R = 29.33%
G = 29.81%
B = 40.87%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7BAFF (or 0xB7BAFF) is known color: Lavender Blue. HEX triplet: B7, BA and FF. RGB value is (183,186,255). Sum of RGB (Red+Green+Blue) = 183+186+255=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BAFF is #484500. Grayscale: #C0C0C0. Windows color (decimal): -4736257 or 16759479. OLE color: 16759479.

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

Color convert

RGB 183 186 255 -
CMYK 0.28 0.27 0 0
HSL 237.5º 1% 0.86% -
HSV(B) 237.5º 0.28% 1% -
XYZ 55.14 52.41 101.82 -
YUV 192.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 183 186 255 0.28 0.27 0 0 237.5 1 0.86
Hex B7 BA FF 1C 1B 0 0 EE 64 56
Octal 267 272 377 34 33 0 0 356 144 126
Binary 10110111 10111010 11111111 11100 11011 0 0 11101110 1100100 1010110

Color Harmonies of #B7BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BAFF

Black with #B7BAFF

Text Example


Text Example

White with #B7BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BAFF; }

 p { color: rgb(183,186,255); }

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

background-color css

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

 a { background-color: rgb(183,186,255); }

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

border-color css

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

 span { border-color: rgb(183,186,255); }

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