Html Css Color HEX #BCB9F1 Lavender Grey

📋 copy color: '#BCB9F1'

red 188 ◦ green 185 ◦ blue 241

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

Shades of Lavender Grey #BCB9F1

Tints of Lavender Grey #BCB9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.13%

 BLUE value IS 241 (94.53% from 255) = 39.25%

R = 30.62%
G = 30.13%
B = 39.25%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCB9F1 (or 0xBCB9F1) is known color: Lavender Grey. HEX triplet: BC, B9 and F1. RGB value is (188,185,241). Sum of RGB (Red+Green+Blue) = 188+185+241=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCB9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9F1 is #43460E. Grayscale: #C0C0C0. Windows color (decimal): -4408847 or 15841724. OLE color: 15841724.

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

Color convert

RGB 188 185 241 -
CMYK 0.22 0.23 0 0.05
HSL 243.21º 0.67% 0.84% -
HSV(B) 243.21º 0.23% 0.95% -
XYZ 53.97 51.74 90.36 -
YUV 192.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 188 185 241 0.22 0.23 0 0.05 243.21 0.67 0.84
Hex BC B9 F1 16 17 0 5 F3 43 54
Octal 274 271 361 26 27 0 5 363 103 124
Binary 10111100 10111001 11110001 10110 10111 0 101 11110011 1000011 1010100

Color Harmonies of #BCB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9F1

Black with #BCB9F1

Text Example


Text Example

White with #BCB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9F1; }

 p { color: rgb(188,185,241); }

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

background-color css

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

 a { background-color: rgb(188,185,241); }

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

border-color css

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

 span { border-color: rgb(188,185,241); }

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