Html Css Color HEX #BCB7FE Lavender Blue

📋 copy color: '#BCB7FE'

red 188 ◦ green 183 ◦ blue 254

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

Shades of Lavender Blue #BCB7FE

Tints of Lavender Blue #BCB7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.28%

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

R = 30.08%
G = 29.28%
B = 40.64%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCB7FE (or 0xBCB7FE) is known color: Lavender Blue. HEX triplet: BC, B7 and FE. RGB value is (188,183,254). Sum of RGB (Red+Green+Blue) = 188+183+254=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7FE is #434801. Grayscale: #C0C0C0. Windows color (decimal): -4409346 or 16693180. OLE color: 16693180.

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

Color convert

RGB 188 183 254 -
CMYK 0.26 0.28 0 0.00
HSL 244.23º 0.97% 0.86% -
HSV(B) 244.23º 0.28% 1% -
XYZ 55.56 51.71 100.82 -
YUV 192.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 188 183 254 0.26 0.28 0 0.00 244.23 0.97 0.86
Hex BC B7 FE 1A 1C 0 0 F4 61 56
Octal 274 267 376 32 34 0 0 364 141 126
Binary 10111100 10110111 11111110 11010 11100 0 0 11110100 1100001 1010110

Color Harmonies of #BCB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7FE

Black with #BCB7FE

Text Example


Text Example

White with #BCB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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