Html Css Color HEX #BBBCFF Lavender Blue

📋 copy color: '#BBBCFF'

red 187 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #BBBCFF

Tints of Lavender Blue #BBBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

 BLUE value IS 255 (100% from 255) = 40.48%

R = 29.68%
G = 29.84%
B = 40.48%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBBCFF (or 0xBBBCFF) is known color: Lavender Blue. HEX triplet: BB, BC and FF. RGB value is (187,188,255). Sum of RGB (Red+Green+Blue) = 187+188+255=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCFF is #444300. Grayscale: #C3C3C3. Windows color (decimal): -4473601 or 16759995. OLE color: 16759995.

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

Color convert

RGB 187 188 255 -
CMYK 0.27 0.26 0 0
HSL 239.12º 1% 0.87% -
HSV(B) 239.12º 0.27% 1% -
XYZ 56.53 53.75 102 -
YUV 195.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 187 188 255 0.27 0.26 0 0 239.12 1 0.87
Hex BB BC FF 1B 1A 0 0 EF 64 57
Octal 273 274 377 33 32 0 0 357 144 127
Binary 10111011 10111100 11111111 11011 11010 0 0 11101111 1100100 1010111

Color Harmonies of #BBBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCFF

Black with #BBBCFF

Text Example


Text Example

White with #BBBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCFF; }

 p { color: rgb(187,188,255); }

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

background-color css

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

 a { background-color: rgb(187,188,255); }

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

border-color css

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

 span { border-color: rgb(187,188,255); }

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