Html Css Color HEX #BCBFFF Lavender Blue

📋 copy color: '#BCBFFF'

red 188 ◦ green 191 ◦ blue 255

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

Shades of Lavender Blue #BCBFFF

Tints of Lavender Blue #BCBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 30.13%

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

R = 29.65%
G = 30.13%
B = 40.22%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCBFFF (or 0xBCBFFF) is known color: Lavender Blue. HEX triplet: BC, BF and FF. RGB value is (188,191,255). Sum of RGB (Red+Green+Blue) = 188+191+255=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFFF is #434000. Grayscale: #C5C5C5. Windows color (decimal): -4407297 or 16760764. OLE color: 16760764.

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

Color convert

RGB 188 191 255 -
CMYK 0.26 0.25 0 0
HSL 237.31º 1% 0.87% -
HSV(B) 237.31º 0.26% 1% -
XYZ 57.42 55.17 102.23 -
YUV 197.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 188 191 255 0.26 0.25 0 0 237.31 1 0.87
Hex BC BF FF 1A 19 0 0 ED 64 57
Octal 274 277 377 32 31 0 0 355 144 127
Binary 10111100 10111111 11111111 11010 11001 0 0 11101101 1100100 1010111

Color Harmonies of #BCBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFFF

Black with #BCBFFF

Text Example


Text Example

White with #BCBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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