Html Css Color HEX #BBB0FD Lavender Blue

📋 copy color: '#BBB0FD'

red 187 ◦ green 176 ◦ blue 253

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

Shades of Lavender Blue #BBB0FD

Tints of Lavender Blue #BBB0FD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.57%

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 30.36%
G = 28.57%
B = 41.07%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBB0FD (or 0xBBB0FD) is known color: Lavender Blue. HEX triplet: BB, B0 and FD. RGB value is (187,176,253). Sum of RGB (Red+Green+Blue) = 187+176+253=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBB0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0FD is #444F02. Grayscale: #BBBBBB. Windows color (decimal): -4476675 or 16625851. OLE color: 16625851.

HSL color Cylindrical-coordinate representation of color #BBB0FD: hue angle of 248.57º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB0FD is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 176 253 -
CMYK 0.26 0.30 0 0.01
HSL 248.57º 0.95% 0.84% -
HSV(B) 248.57º 0.3% 0.99% -
XYZ 53.75 48.71 99.5 -
YUV 188.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 187 176 253 0.26 0.30 0 0.01 248.57 0.95 0.84
Hex BB B0 FD 1A 1E 0 1 F9 5F 54
Octal 273 260 375 32 36 0 1 371 137 124
Binary 10111011 10110000 11111101 11010 11110 0 1 11111001 1011111 1010100

Color Harmonies of #BBB0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0FD

Black with #BBB0FD

Text Example


Text Example

White with #BBB0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0FD; }

 p { color: rgb(187,176,253); }

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

background-color css

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

 a { background-color: rgb(187,176,253); }

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

border-color css

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

 span { border-color: rgb(187,176,253); }

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