Html Css Color HEX #BCBEFE Lavender Blue

📋 copy color: '#BCBEFE'

red 188 ◦ green 190 ◦ blue 254

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

Shades of Lavender Blue #BCBEFE

Tints of Lavender Blue #BCBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.06%

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

R = 29.75%
G = 30.06%
B = 40.19%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCBEFE (or 0xBCBEFE) is known color: Lavender Blue. HEX triplet: BC, BE and FE. RGB value is (188,190,254). Sum of RGB (Red+Green+Blue) = 188+190+254=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEFE is #434101. Grayscale: #C4C4C4. Windows color (decimal): -4407554 or 16694972. OLE color: 16694972.

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

Color convert

RGB 188 190 254 -
CMYK 0.26 0.25 0 0.00
HSL 238.18º 0.97% 0.87% -
HSV(B) 238.18º 0.26% 1% -
XYZ 57.04 54.67 101.31 -
YUV 196.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 188 190 254 0.26 0.25 0 0.00 238.18 0.97 0.87
Hex BC BE FE 1A 19 0 0 EE 61 57
Octal 274 276 376 32 31 0 0 356 141 127
Binary 10111100 10111110 11111110 11010 11001 0 0 11101110 1100001 1010111

Color Harmonies of #BCBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBEFE

Black with #BCBEFE

Text Example


Text Example

White with #BCBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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