Html Css Color HEX #BCBFE6 Lavender Grey

📋 copy color: '#BCBFE6'

red 188 ◦ green 191 ◦ blue 230

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

Shades of Lavender Grey #BCBFE6

Tints of Lavender Grey #BCBFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 30.87%
G = 31.36%
B = 37.77%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCBFE6 (or 0xBCBFE6) is known color: Lavender Grey. HEX triplet: BC, BF and E6. RGB value is (188,191,230). Sum of RGB (Red+Green+Blue) = 188+191+230=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFE6 is #434019. Grayscale: #C2C2C2. Windows color (decimal): -4407322 or 15122364. OLE color: 15122364.

HSL color Cylindrical-coordinate representation of color #BCBFE6: hue angle of 235.71º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBFE6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 191 230 -
CMYK 0.18 0.17 0 0.10
HSL 235.71º 0.46% 0.82% -
HSV(B) 235.71º 0.18% 0.9% -
XYZ 53.65 53.67 82.39 -
YUV 194.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 188 191 230 0.18 0.17 0 0.10 235.71 0.46 0.82
Hex BC BF E6 12 11 0 A EC 2E 52
Octal 274 277 346 22 21 0 12 354 56 122
Binary 10111100 10111111 11100110 10010 10001 0 1010 11101100 101110 1010010

Color Harmonies of #BCBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFE6

Black with #BCBFE6

Text Example


Text Example

White with #BCBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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