Html Css Color HEX #BCBCFE Lavender Blue

📋 copy color: '#BCBCFE'

red 188 ◦ green 188 ◦ blue 254

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

Shades of Lavender Blue #BCBCFE

Tints of Lavender Blue #BCBCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 29.84%
G = 29.84%
B = 40.32%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCBCFE (or 0xBCBCFE) is known color: Lavender Blue. HEX triplet: BC, BC and FE. RGB value is (188,188,254). Sum of RGB (Red+Green+Blue) = 188+188+254=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCFE is #434301. Grayscale: #C3C3C3. Windows color (decimal): -4408066 or 16694460. OLE color: 16694460.

HSL color Cylindrical-coordinate representation of color #BCBCFE: hue angle of 240º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBCFE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 188 254 -
CMYK 0.26 0.26 0 0.00
HSL 240º 0.97% 0.87% -
HSV(B) 240º 0.26% 1% -
XYZ 56.61 53.81 101.17 -
YUV 195.52 161 122.63 -
System Red Green Blue C M Y K H S L
Decimal 188 188 254 0.26 0.26 0 0.00 240 0.97 0.87
Hex BC BC FE 1A 1A 0 0 F0 61 57
Octal 274 274 376 32 32 0 0 360 141 127
Binary 10111100 10111100 11111110 11010 11010 0 0 11110000 1100001 1010111

Color Harmonies of #BCBCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCFE

Black with #BCBCFE

Text Example


Text Example

White with #BCBCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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