Html Css Color HEX #BCB7F3 Lavender Grey

📋 copy color: '#BCB7F3'

red 188 ◦ green 183 ◦ blue 243

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

Shades of Lavender Grey #BCB7F3

Tints of Lavender Grey #BCB7F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.58%

R = 30.62%
G = 29.8%
B = 39.58%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCB7F3 (or 0xBCB7F3) is known color: Lavender Grey. HEX triplet: BC, B7 and F3. RGB value is (188,183,243). Sum of RGB (Red+Green+Blue) = 188+183+243=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCB7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7F3 is #43480C. Grayscale: #BFBFBF. Windows color (decimal): -4409357 or 15972284. OLE color: 15972284.

HSL color Cylindrical-coordinate representation of color #BCB7F3: hue angle of 245º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCB7F3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 183 243 -
CMYK 0.23 0.25 0 0.05
HSL 245º 0.71% 0.84% -
HSV(B) 245º 0.25% 0.95% -
XYZ 53.85 51.03 91.81 -
YUV 191.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 188 183 243 0.23 0.25 0 0.05 245 0.71 0.84
Hex BC B7 F3 17 19 0 5 F5 47 54
Octal 274 267 363 27 31 0 5 365 107 124
Binary 10111100 10110111 11110011 10111 11001 0 101 11110101 1000111 1010100

Color Harmonies of #BCB7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7F3

Black with #BCB7F3

Text Example


Text Example

White with #BCB7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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