Html Css Color HEX #BCBBF3 Lavender Blue

📋 copy color: '#BCBBF3'

red 188 ◦ green 187 ◦ blue 243

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

Shades of Lavender Blue #BCBBF3

Tints of Lavender Blue #BCBBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.32%

R = 30.42%
G = 30.26%
B = 39.32%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCBBF3 (or 0xBCBBF3) is known color: Lavender Blue. HEX triplet: BC, BB and F3. RGB value is (188,187,243). Sum of RGB (Red+Green+Blue) = 188+187+243=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBF3 is #43440C. Grayscale: #C1C1C1. Windows color (decimal): -4408333 or 15973308. OLE color: 15973308.

HSL color Cylindrical-coordinate representation of color #BCBBF3: hue angle of 241.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBBF3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 187 243 -
CMYK 0.23 0.23 0 0.05
HSL 241.07º 0.7% 0.84% -
HSV(B) 241.07º 0.23% 0.95% -
XYZ 54.69 52.7 92.08 -
YUV 193.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 188 187 243 0.23 0.23 0 0.05 241.07 0.7 0.84
Hex BC BB F3 17 17 0 5 F1 46 54
Octal 274 273 363 27 27 0 5 361 106 124
Binary 10111100 10111011 11110011 10111 10111 0 101 11110001 1000110 1010100

Color Harmonies of #BCBBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBF3

Black with #BCBBF3

Text Example


Text Example

White with #BCBBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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