Html Css Color HEX #BCBFDA Lavender Grey

📋 copy color: '#BCBFDA'

red 188 ◦ green 191 ◦ blue 218

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

Shades of Lavender Grey #BCBFDA

Tints of Lavender Grey #BCBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 31.49%
G = 31.99%
B = 36.52%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCBFDA (or 0xBCBFDA) is known color: Lavender Grey. HEX triplet: BC, BF and DA. RGB value is (188,191,218). Sum of RGB (Red+Green+Blue) = 188+191+218=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFDA is #434025. Grayscale: #C1C1C1. Windows color (decimal): -4407334 or 14335932. OLE color: 14335932.

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

Color convert

RGB 188 191 218 -
CMYK 0.14 0.12 0 0.15
HSL 234º 0.29% 0.8% -
HSV(B) 234º 0.14% 0.85% -
XYZ 52.02 53.01 73.82 -
YUV 193.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 188 191 218 0.14 0.12 0 0.15 234 0.29 0.8
Hex BC BF DA E C 0 F EA 1D 50
Octal 274 277 332 16 14 0 17 352 35 120
Binary 10111100 10111111 11011010 1110 1100 0 1111 11101010 11101 1010000

Color Harmonies of #BCBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFDA

Black with #BCBFDA

Text Example


Text Example

White with #BCBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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