Html Css Color HEX #BBBFFA Lavender Blue

📋 copy color: '#BBBFFA'

red 187 ◦ green 191 ◦ blue 250

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

Shades of Lavender Blue #BBBFFA

Tints of Lavender Blue #BBBFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.41%

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

R = 29.78%
G = 30.41%
B = 39.81%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBBFFA (or 0xBBBFFA) is known color: Lavender Blue. HEX triplet: BB, BF and FA. RGB value is (187,191,250). Sum of RGB (Red+Green+Blue) = 187+191+250=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBBFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFFA is #444005. Grayscale: #C4C4C4. Windows color (decimal): -4472838 or 16433083. OLE color: 16433083.

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

Color convert

RGB 187 191 250 -
CMYK 0.25 0.24 0 0.02
HSL 236.19º 0.86% 0.86% -
HSV(B) 236.19º 0.25% 0.98% -
XYZ 56.38 54.73 98.03 -
YUV 196.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 187 191 250 0.25 0.24 0 0.02 236.19 0.86 0.86
Hex BB BF FA 19 18 0 2 EC 56 56
Octal 273 277 372 31 30 0 2 354 126 126
Binary 10111011 10111111 11111010 11001 11000 0 10 11101100 1010110 1010110

Color Harmonies of #BBBFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFFA

Black with #BBBFFA

Text Example


Text Example

White with #BBBFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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