Html Css Color HEX #BBBDFE Lavender Blue

📋 copy color: '#BBBDFE'

red 187 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #BBBDFE

Tints of Lavender Blue #BBBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 29.68%
G = 30%
B = 40.32%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBBDFE (or 0xBBBDFE) is known color: Lavender Blue. HEX triplet: BB, BD and FE. RGB value is (187,189,254). Sum of RGB (Red+Green+Blue) = 187+189+254=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDFE is #444201. Grayscale: #C3C3C3. Windows color (decimal): -4473346 or 16694715. OLE color: 16694715.

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

Color convert

RGB 187 189 254 -
CMYK 0.26 0.26 0 0.00
HSL 238.21º 0.97% 0.86% -
HSV(B) 238.21º 0.26% 1% -
XYZ 56.58 54.12 101.23 -
YUV 195.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 187 189 254 0.26 0.26 0 0.00 238.21 0.97 0.86
Hex BB BD FE 1A 1A 0 0 EE 61 56
Octal 273 275 376 32 32 0 0 356 141 126
Binary 10111011 10111101 11111110 11010 11010 0 0 11101110 1100001 1010110

Color Harmonies of #BBBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDFE

Black with #BBBDFE

Text Example


Text Example

White with #BBBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDFE; }

 p { color: rgb(187,189,254); }

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

background-color css

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

 a { background-color: rgb(187,189,254); }

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

border-color css

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

 span { border-color: rgb(187,189,254); }

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