Html Css Color HEX #BBB9FC Lavender Blue

📋 copy color: '#BBB9FC'

red 187 ◦ green 185 ◦ blue 252

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

Shades of Lavender Blue #BBB9FC

Tints of Lavender Blue #BBB9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.65%

 BLUE value IS 252 (98.83% from 255) = 40.38%

R = 29.97%
G = 29.65%
B = 40.38%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBB9FC (or 0xBBB9FC) is known color: Lavender Blue. HEX triplet: BB, B9 and FC. RGB value is (187,185,252). Sum of RGB (Red+Green+Blue) = 187+185+252=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9FC is #444603. Grayscale: #C0C0C0. Windows color (decimal): -4474372 or 16562619. OLE color: 16562619.

HSL color Cylindrical-coordinate representation of color #BBB9FC: hue angle of 241.79º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB9FC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 185 252 -
CMYK 0.26 0.27 0 0.01
HSL 241.79º 0.92% 0.86% -
HSV(B) 241.79º 0.27% 0.99% -
XYZ 55.41 52.29 99.27 -
YUV 193.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 187 185 252 0.26 0.27 0 0.01 241.79 0.92 0.86
Hex BB B9 FC 1A 1B 0 1 F2 5C 56
Octal 273 271 374 32 33 0 1 362 134 126
Binary 10111011 10111001 11111100 11010 11011 0 1 11110010 1011100 1010110

Color Harmonies of #BBB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9FC

Black with #BBB9FC

Text Example


Text Example

White with #BBB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9FC; }

 p { color: rgb(187,185,252); }

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

background-color css

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

 a { background-color: rgb(187,185,252); }

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

border-color css

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

 span { border-color: rgb(187,185,252); }

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