Html Css Color HEX #BCBDFE Lavender Blue

📋 copy color: '#BCBDFE'

red 188 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #BCBDFE

Tints of Lavender Blue #BCBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.95%

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

R = 29.79%
G = 29.95%
B = 40.25%

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

#BCBDFE (or 0xBCBDFE) is known color: Lavender Blue. HEX triplet: BC, BD and FE. RGB value is (188,189,254). Sum of RGB (Red+Green+Blue) = 188+189+254=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDFE is #434201. Grayscale: #C3C3C3. Windows color (decimal): -4407810 or 16694716. OLE color: 16694716.

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

Color convert

RGB 188 189 254 -
CMYK 0.26 0.26 0 0.00
HSL 239.09º 0.97% 0.87% -
HSV(B) 239.09º 0.26% 1% -
XYZ 56.83 54.24 101.24 -
YUV 196.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 188 189 254 0.26 0.26 0 0.00 239.09 0.97 0.87
Hex BC BD FE 1A 1A 0 0 EF 61 57
Octal 274 275 376 32 32 0 0 357 141 127
Binary 10111100 10111101 11111110 11010 11010 0 0 11101111 1100001 1010111

Color Harmonies of #BCBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDFE

Black with #BCBDFE

Text Example


Text Example

White with #BCBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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