Html Css Color HEX #BCBBFF Lavender Blue

📋 copy color: '#BCBBFF'

red 188 ◦ green 187 ◦ blue 255

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

Shades of Lavender Blue #BCBBFF

Tints of Lavender Blue #BCBBFF

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCBBFF (or 0xBCBBFF) is known color: Lavender Blue. HEX triplet: BC, BB and FF. RGB value is (188,187,255). Sum of RGB (Red+Green+Blue) = 188+187+255=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 187 (73.44% from 255 or 29.68% 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 #BCBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBFF is #434400. Grayscale: #C2C2C2. Windows color (decimal): -4408321 or 16759740. OLE color: 16759740.

HSL color Cylindrical-coordinate representation of color #BCBBFF: hue angle of 240.88º 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 #BCBBFF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 187 255 -
CMYK 0.26 0.27 0 0
HSL 240.88º 1% 0.87% -
HSV(B) 240.88º 0.27% 1% -
XYZ 56.56 53.45 101.94 -
YUV 195.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 188 187 255 0.26 0.27 0 0 240.88 1 0.87
Hex BC BB FF 1A 1B 0 0 F1 64 57
Octal 274 273 377 32 33 0 0 361 144 127
Binary 10111100 10111011 11111111 11010 11011 0 0 11110001 1100100 1010111

Color Harmonies of #BCBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBFF

Black with #BCBBFF

Text Example


Text Example

White with #BCBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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