Html Css Color HEX #BCBBF8 Lavender Blue

📋 copy color: '#BCBBF8'

red 188 ◦ green 187 ◦ blue 248

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

Shades of Lavender Blue #BCBBF8

Tints of Lavender Blue #BCBBF8

RGB

 RED value IS 188 (73.83% from 255) = 30.18%

 GREEN value IS 187 (73.44% from 255) = 30.02%

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

R = 30.18%
G = 30.02%
B = 39.81%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCBBF8 (or 0xBCBBF8) is known color: Lavender Blue. HEX triplet: BC, BB and F8. RGB value is (188,187,248). Sum of RGB (Red+Green+Blue) = 188+187+248=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBF8 is #434407. Grayscale: #C2C2C2. Windows color (decimal): -4408328 or 16300988. OLE color: 16300988.

HSL color Cylindrical-coordinate representation of color #BCBBF8: hue angle of 240.98º 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 #BCBBF8 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 187 248 -
CMYK 0.24 0.25 0 0.03
HSL 240.98º 0.81% 0.85% -
HSV(B) 240.98º 0.25% 0.97% -
XYZ 55.45 53.01 96.12 -
YUV 194.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 188 187 248 0.24 0.25 0 0.03 240.98 0.81 0.85
Hex BC BB F8 18 19 0 3 F1 51 55
Octal 274 273 370 30 31 0 3 361 121 125
Binary 10111100 10111011 11111000 11000 11001 0 11 11110001 1010001 1010101

Color Harmonies of #BCBBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBF8

Black with #BCBBF8

Text Example


Text Example

White with #BCBBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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