Html Css Color HEX #BBBAFA Lavender Blue

📋 copy color: '#BBBAFA'

red 187 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #BBBAFA

Tints of Lavender Blue #BBBAFA

RGB

 RED value IS 187 (73.44% from 255) = 30.02%

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

 BLUE value IS 250 (98.05% from 255) = 40.13%

R = 30.02%
G = 29.86%
B = 40.13%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBBAFA (or 0xBBBAFA) is known color: Lavender Blue. HEX triplet: BB, BA and FA. RGB value is (187,186,250). Sum of RGB (Red+Green+Blue) = 187+186+250=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAFA is #444505. Grayscale: #C1C1C1. Windows color (decimal): -4474118 or 16431803. OLE color: 16431803.

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

Color convert

RGB 187 186 250 -
CMYK 0.25 0.26 0 0.02
HSL 240.94º 0.86% 0.85% -
HSV(B) 240.94º 0.26% 0.98% -
XYZ 55.31 52.58 97.68 -
YUV 193.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 187 186 250 0.25 0.26 0 0.02 240.94 0.86 0.85
Hex BB BA FA 19 1A 0 2 F1 56 55
Octal 273 272 372 31 32 0 2 361 126 125
Binary 10111011 10111010 11111010 11001 11010 0 10 11110001 1010110 1010101

Color Harmonies of #BBBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAFA

Black with #BBBAFA

Text Example


Text Example

White with #BBBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAFA; }

 p { color: rgb(187,186,250); }

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

background-color css

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

 a { background-color: rgb(187,186,250); }

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

border-color css

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

 span { border-color: rgb(187,186,250); }

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