Html Css Color HEX #BCB5FE Lavender Blue

📋 copy color: '#BCB5FE'

red 188 ◦ green 181 ◦ blue 254

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

Shades of Lavender Blue #BCB5FE

Tints of Lavender Blue #BCB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.05%

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

R = 30.18%
G = 29.05%
B = 40.77%

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

#BCB5FE (or 0xBCB5FE) is known color: Lavender Blue. HEX triplet: BC, B5 and FE. RGB value is (188,181,254). Sum of RGB (Red+Green+Blue) = 188+181+254=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5FE is #434A01. Grayscale: #BFBFBF. Windows color (decimal): -4409858 or 16692668. OLE color: 16692668.

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

Color convert

RGB 188 181 254 -
CMYK 0.26 0.29 0 0.00
HSL 245.75º 0.97% 0.85% -
HSV(B) 245.75º 0.29% 1% -
XYZ 55.15 50.89 100.68 -
YUV 191.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 188 181 254 0.26 0.29 0 0.00 245.75 0.97 0.85
Hex BC B5 FE 1A 1D 0 0 F6 61 55
Octal 274 265 376 32 35 0 0 366 141 125
Binary 10111100 10110101 11111110 11010 11101 0 0 11110110 1100001 1010101

Color Harmonies of #BCB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5FE

Black with #BCB5FE

Text Example


Text Example

White with #BCB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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