Html Css Color HEX #BCB1FF Lavender Blue

📋 copy color: '#BCB1FF'

red 188 ◦ green 177 ◦ blue 255

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

Shades of Lavender Blue #BCB1FF

Tints of Lavender Blue #BCB1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.55%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 30.32%
G = 28.55%
B = 41.13%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCB1FF (or 0xBCB1FF) is known color: Lavender Blue. HEX triplet: BC, B1 and FF. RGB value is (188,177,255). Sum of RGB (Red+Green+Blue) = 188+177+255=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1FF is #434E00. Grayscale: #BCBCBC. Windows color (decimal): -4410881 or 16757180. OLE color: 16757180.

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

Color convert

RGB 188 177 255 -
CMYK 0.26 0.31 0 0
HSL 248.46º 1% 0.85% -
HSV(B) 248.46º 0.31% 1% -
XYZ 54.51 49.36 101.26 -
YUV 189.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 188 177 255 0.26 0.31 0 0 248.46 1 0.85
Hex BC B1 FF 1A 1F 0 0 F8 64 55
Octal 274 261 377 32 37 0 0 370 144 125
Binary 10111100 10110001 11111111 11010 11111 0 0 11111000 1100100 1010101

Color Harmonies of #BCB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1FF

Black with #BCB1FF

Text Example


Text Example

White with #BCB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1FF; }

 p { color: rgb(188,177,255); }

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

background-color css

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

 a { background-color: rgb(188,177,255); }

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

border-color css

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

 span { border-color: rgb(188,177,255); }

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