Html Css Color HEX #BAAFFF Lavender Blue

📋 copy color: '#BAAFFF'

red 186 ◦ green 175 ◦ blue 255

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

Shades of Lavender Blue #BAAFFF

Tints of Lavender Blue #BAAFFF

RGB

 RED value IS 186 (73.05% from 255) = 30.19%

 GREEN value IS 175 (68.75% from 255) = 28.41%

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

R = 30.19%
G = 28.41%
B = 41.4%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAAFFF (or 0xBAAFFF) is known color: Lavender Blue. HEX triplet: BA, AF and FF. RGB value is (186,175,255). Sum of RGB (Red+Green+Blue) = 186+175+255=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFFF is #455000. Grayscale: #BBBBBB. Windows color (decimal): -4542465 or 16756666. OLE color: 16756666.

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

Color convert

RGB 186 175 255 -
CMYK 0.27 0.31 0 0
HSL 248.25º 1% 0.84% -
HSV(B) 248.25º 0.31% 1% -
XYZ 53.63 48.32 101.11 -
YUV 187.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 186 175 255 0.27 0.31 0 0 248.25 1 0.84
Hex BA AF FF 1B 1F 0 0 F8 64 54
Octal 272 257 377 33 37 0 0 370 144 124
Binary 10111010 10101111 11111111 11011 11111 0 0 11111000 1100100 1010100

Color Harmonies of #BAAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFFF

Black with #BAAFFF

Text Example


Text Example

White with #BAAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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