Html Css Color HEX #BBB2FA Lavender Blue

📋 copy color: '#BBB2FA'

red 187 ◦ green 178 ◦ blue 250

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

Shades of Lavender Blue #BBB2FA

Tints of Lavender Blue #BBB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.94%

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

R = 30.41%
G = 28.94%
B = 40.65%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBB2FA (or 0xBBB2FA) is known color: Lavender Blue. HEX triplet: BB, B2 and FA. RGB value is (187,178,250). Sum of RGB (Red+Green+Blue) = 187+178+250=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2FA is #444D05. Grayscale: #BCBCBC. Windows color (decimal): -4476166 or 16429755. OLE color: 16429755.

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

Color convert

RGB 187 178 250 -
CMYK 0.25 0.29 0 0.02
HSL 247.5º 0.88% 0.84% -
HSV(B) 247.5º 0.29% 0.98% -
XYZ 53.67 49.31 97.13 -
YUV 188.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 187 178 250 0.25 0.29 0 0.02 247.5 0.88 0.84
Hex BB B2 FA 19 1D 0 2 F8 58 54
Octal 273 262 372 31 35 0 2 370 130 124
Binary 10111011 10110010 11111010 11001 11101 0 10 11111000 1011000 1010100

Color Harmonies of #BBB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2FA

Black with #BBB2FA

Text Example


Text Example

White with #BBB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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