Html Css Color HEX #BBBEFC Lavender Blue

📋 copy color: '#BBBEFC'

red 187 ◦ green 190 ◦ blue 252

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

Shades of Lavender Blue #BBBEFC

Tints of Lavender Blue #BBBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.21%

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

R = 29.73%
G = 30.21%
B = 40.06%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBBEFC (or 0xBBBEFC) is known color: Lavender Blue. HEX triplet: BB, BE and FC. RGB value is (187,190,252). Sum of RGB (Red+Green+Blue) = 187+190+252=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEFC is #444103. Grayscale: #C3C3C3. Windows color (decimal): -4473092 or 16563899. OLE color: 16563899.

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

Color convert

RGB 187 190 252 -
CMYK 0.26 0.25 0 0.01
HSL 237.23º 0.92% 0.86% -
HSV(B) 237.23º 0.26% 0.99% -
XYZ 56.48 54.42 99.62 -
YUV 196.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 187 190 252 0.26 0.25 0 0.01 237.23 0.92 0.86
Hex BB BE FC 1A 19 0 1 ED 5C 56
Octal 273 276 374 32 31 0 1 355 134 126
Binary 10111011 10111110 11111100 11010 11001 0 1 11101101 1011100 1010110

Color Harmonies of #BBBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEFC

Black with #BBBEFC

Text Example


Text Example

White with #BBBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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