Html Css Color HEX #BCB4FE Lavender Blue

📋 copy color: '#BCB4FE'

red 188 ◦ green 180 ◦ blue 254

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

Shades of Lavender Blue #BCB4FE

Tints of Lavender Blue #BCB4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.94%

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

R = 30.23%
G = 28.94%
B = 40.84%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCB4FE (or 0xBCB4FE) is known color: Lavender Blue. HEX triplet: BC, B4 and FE. RGB value is (188,180,254). Sum of RGB (Red+Green+Blue) = 188+180+254=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4FE is #434B01. Grayscale: #BEBEBE. Windows color (decimal): -4410114 or 16692412. OLE color: 16692412.

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

Color convert

RGB 188 180 254 -
CMYK 0.26 0.29 0 0.00
HSL 246.49º 0.97% 0.85% -
HSV(B) 246.49º 0.29% 1% -
XYZ 54.95 50.49 100.62 -
YUV 190.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 188 180 254 0.26 0.29 0 0.00 246.49 0.97 0.85
Hex BC B4 FE 1A 1D 0 0 F6 61 55
Octal 274 264 376 32 35 0 0 366 141 125
Binary 10111100 10110100 11111110 11010 11101 0 0 11110110 1100001 1010101

Color Harmonies of #BCB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4FE

Black with #BCB4FE

Text Example


Text Example

White with #BCB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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