Html Css Color HEX #BCB5FC Lavender Blue

📋 copy color: '#BCB5FC'

red 188 ◦ green 181 ◦ blue 252

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

Shades of Lavender Blue #BCB5FC

Tints of Lavender Blue #BCB5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 30.27%
G = 29.15%
B = 40.58%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCB5FC (or 0xBCB5FC) is known color: Lavender Blue. HEX triplet: BC, B5 and FC. RGB value is (188,181,252). Sum of RGB (Red+Green+Blue) = 188+181+252=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5FC is #434A03. Grayscale: #BEBEBE. Windows color (decimal): -4409860 or 16561596. OLE color: 16561596.

HSL color Cylindrical-coordinate representation of color #BCB5FC: hue angle of 245.92º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCB5FC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 181 252 -
CMYK 0.25 0.28 0 0.01
HSL 245.92º 0.92% 0.85% -
HSV(B) 245.92º 0.28% 0.99% -
XYZ 54.83 50.77 99 -
YUV 191.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 188 181 252 0.25 0.28 0 0.01 245.92 0.92 0.85
Hex BC B5 FC 19 1C 0 1 F6 5C 55
Octal 274 265 374 31 34 0 1 366 134 125
Binary 10111100 10110101 11111100 11001 11100 0 1 11110110 1011100 1010101

Color Harmonies of #BCB5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5FC

Black with #BCB5FC

Text Example


Text Example

White with #BCB5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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