Html Css Color HEX #BBBFF8 Lavender Blue

📋 copy color: '#BBBFF8'

red 187 ◦ green 191 ◦ blue 248

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

Shades of Lavender Blue #BBBFF8

Tints of Lavender Blue #BBBFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 30.51%

 BLUE value IS 248 (97.27% from 255) = 39.62%

R = 29.87%
G = 30.51%
B = 39.62%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBBFF8 (or 0xBBBFF8) is known color: Lavender Blue. HEX triplet: BB, BF and F8. RGB value is (187,191,248). Sum of RGB (Red+Green+Blue) = 187+191+248=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFF8 is #444007. Grayscale: #C4C4C4. Windows color (decimal): -4472840 or 16302011. OLE color: 16302011.

HSL color Cylindrical-coordinate representation of color #BBBFF8: hue angle of 236.07º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBBFF8 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 191 248 -
CMYK 0.25 0.23 0 0.03
HSL 236.07º 0.81% 0.85% -
HSV(B) 236.07º 0.25% 0.97% -
XYZ 56.07 54.6 96.39 -
YUV 196.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 187 191 248 0.25 0.23 0 0.03 236.07 0.81 0.85
Hex BB BF F8 19 17 0 3 EC 51 55
Octal 273 277 370 31 27 0 3 354 121 125
Binary 10111011 10111111 11111000 11001 10111 0 11 11101100 1010001 1010101

Color Harmonies of #BBBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFF8

Black with #BBBFF8

Text Example


Text Example

White with #BBBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFF8; }

 p { color: rgb(187,191,248); }

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

background-color css

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

 a { background-color: rgb(187,191,248); }

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

border-color css

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

 span { border-color: rgb(187,191,248); }

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