Html Css Color HEX #BCBFD8 Lavender Grey

📋 copy color: '#BCBFD8'

red 188 ◦ green 191 ◦ blue 216

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

Shades of Lavender Grey #BCBFD8

Tints of Lavender Grey #BCBFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.3%

R = 31.6%
G = 32.1%
B = 36.3%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCBFD8 (or 0xBCBFD8) is known color: Lavender Grey. HEX triplet: BC, BF and D8. RGB value is (188,191,216). Sum of RGB (Red+Green+Blue) = 188+191+216=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFD8 is #434027. Grayscale: #C0C0C0. Windows color (decimal): -4407336 or 14204860. OLE color: 14204860.

HSL color Cylindrical-coordinate representation of color #BCBFD8: hue angle of 233.57º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBFD8 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 191 216 -
CMYK 0.13 0.12 0 0.15
HSL 233.57º 0.26% 0.79% -
HSV(B) 233.57º 0.13% 0.85% -
XYZ 51.76 52.91 72.45 -
YUV 192.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 188 191 216 0.13 0.12 0 0.15 233.57 0.26 0.79
Hex BC BF D8 D C 0 F EA 1A 4F
Octal 274 277 330 15 14 0 17 352 32 117
Binary 10111100 10111111 11011000 1101 1100 0 1111 11101010 11010 1001111

Color Harmonies of #BCBFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFD8

Black with #BCBFD8

Text Example


Text Example

White with #BCBFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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