Html Css Color HEX #BCBFF5 Lavender Blue

📋 copy color: '#BCBFF5'

red 188 ◦ green 191 ◦ blue 245

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

Shades of Lavender Blue #BCBFF5

Tints of Lavender Blue #BCBFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.26%

R = 30.13%
G = 30.61%
B = 39.26%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCBFF5 (or 0xBCBFF5) is known color: Lavender Blue. HEX triplet: BC, BF and F5. RGB value is (188,191,245). Sum of RGB (Red+Green+Blue) = 188+191+245=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCBFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF5 is #43400A. Grayscale: #C4C4C4. Windows color (decimal): -4407307 or 16105404. OLE color: 16105404.

HSL color Cylindrical-coordinate representation of color #BCBFF5: hue angle of 236.84º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBFF5 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 191 245 -
CMYK 0.23 0.22 0 0.04
HSL 236.84º 0.74% 0.85% -
HSV(B) 236.84º 0.23% 0.96% -
XYZ 55.85 54.55 93.97 -
YUV 196.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 188 191 245 0.23 0.22 0 0.04 236.84 0.74 0.85
Hex BC BF F5 17 16 0 4 ED 4A 55
Octal 274 277 365 27 26 0 4 355 112 125
Binary 10111100 10111111 11110101 10111 10110 0 100 11101101 1001010 1010101

Color Harmonies of #BCBFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFF5

Black with #BCBFF5

Text Example


Text Example

White with #BCBFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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