Html Css Color HEX #BCBCCF Lavender Grey

📋 copy color: '#BCBCCF'

red 188 ◦ green 188 ◦ blue 207

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

Shades of Lavender Grey #BCBCCF

Tints of Lavender Grey #BCBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

 BLUE value IS 207 (81.25% from 255) = 35.51%

R = 32.25%
G = 32.25%
B = 35.51%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCBCCF (or 0xBCBCCF) is known color: Lavender Grey. HEX triplet: BC, BC and CF. RGB value is (188,188,207). Sum of RGB (Red+Green+Blue) = 188+188+207=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCCF is #434330. Grayscale: #BEBEBE. Windows color (decimal): -4408113 or 13614268. OLE color: 13614268.

HSL color Cylindrical-coordinate representation of color #BCBCCF: hue angle of 240º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBCCF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 188 207 -
CMYK 0.09 0.09 0 0.19
HSL 240º 0.17% 0.77% -
HSV(B) 240º 0.09% 0.81% -
XYZ 49.98 51.16 66.27 -
YUV 190.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 188 188 207 0.09 0.09 0 0.19 240 0.17 0.77
Hex BC BC CF 9 9 0 13 F0 11 4D
Octal 274 274 317 11 11 0 23 360 21 115
Binary 10111100 10111100 11001111 1001 1001 0 10011 11110000 10001 1001101

Color Harmonies of #BCBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCCF

Black with #BCBCCF

Text Example


Text Example

White with #BCBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCCF; }

 p { color: rgb(188,188,207); }

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

background-color css

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

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

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

border-color css

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

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

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