Html Css Color HEX #B7BAFE Lavender Blue

📋 copy color: '#B7BAFE'

red 183 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #B7BAFE

Tints of Lavender Blue #B7BAFE

RGB

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

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

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

R = 29.37%
G = 29.86%
B = 40.77%

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

#B7BAFE (or 0xB7BAFE) is known color: Lavender Blue. HEX triplet: B7, BA and FE. RGB value is (183,186,254). Sum of RGB (Red+Green+Blue) = 183+186+254=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BAFE is #484501. Grayscale: #C0C0C0. Windows color (decimal): -4736258 or 16693943. OLE color: 16693943.

HSL color Cylindrical-coordinate representation of color #B7BAFE: hue angle of 237.46º 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 #B7BAFE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 186 254 -
CMYK 0.28 0.27 0 0.00
HSL 237.46º 0.97% 0.86% -
HSV(B) 237.46º 0.28% 1% -
XYZ 54.98 52.34 100.97 -
YUV 192.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 183 186 254 0.28 0.27 0 0.00 237.46 0.97 0.86
Hex B7 BA FE 1C 1B 0 0 ED 61 56
Octal 267 272 376 34 33 0 0 355 141 126
Binary 10110111 10111010 11111110 11100 11011 0 0 11101101 1100001 1010110

Color Harmonies of #B7BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BAFE

Black with #B7BAFE

Text Example


Text Example

White with #B7BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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