Html Css Color HEX #BCBCFB Lavender Blue

📋 copy color: '#BCBCFB'

red 188 ◦ green 188 ◦ blue 251

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

Shades of Lavender Blue #BCBCFB

Tints of Lavender Blue #BCBCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.98%

 BLUE value IS 251 (98.44% from 255) = 40.03%

R = 29.98%
G = 29.98%
B = 40.03%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCBCFB (or 0xBCBCFB) is known color: Lavender Blue. HEX triplet: BC, BC and FB. RGB value is (188,188,251). Sum of RGB (Red+Green+Blue) = 188+188+251=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCFB is #434304. Grayscale: #C2C2C2. Windows color (decimal): -4408069 or 16497852. OLE color: 16497852.

HSL color Cylindrical-coordinate representation of color #BCBCFB: hue angle of 240º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCBCFB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 188 251 -
CMYK 0.25 0.25 0 0.02
HSL 240º 0.89% 0.86% -
HSV(B) 240º 0.25% 0.98% -
XYZ 56.13 53.62 98.66 -
YUV 195.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 188 188 251 0.25 0.25 0 0.02 240 0.89 0.86
Hex BC BC FB 19 19 0 2 F0 59 56
Octal 274 274 373 31 31 0 2 360 131 126
Binary 10111100 10111100 11111011 11001 11001 0 10 11110000 1011001 1010110

Color Harmonies of #BCBCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCFB

Black with #BCBCFB

Text Example


Text Example

White with #BCBCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCFB; }

 p { color: rgb(188,188,251); }

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

background-color css

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

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

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

border-color css

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

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

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